wordpress-develop/.github/workflows
Jonathan Desrosiers f6e21e2806 Build/Test Tools: Make the GitHub Action pattern matching for tags more specific.
This improves the tag pattern matching for GitHub Action workflows to be more specific. The `*` wildcard in the current patterns matches any character except slash (`/`). While this correctly matches a version like `X.Y.Z`, it could also match non-numeric characters.

This changes patterns to use the `+` character, which matches one or more of the preceding characters (`[0-9]` in this case).

See #55652.

git-svn-id: https://develop.svn.wordpress.org/trunk@53736 602fd350-edb4-49c9-b593-d223f7449a82
2022-07-20 18:39:16 +00:00
..
coding-standards.yml Build/Test Tools: Make the GitHub Action pattern matching for tags more specific. 2022-07-20 18:39:16 +00:00
end-to-end-tests.yml Build/Test Tools: Make the GitHub Action pattern matching for tags more specific. 2022-07-20 18:39:16 +00:00
javascript-tests.yml Build/Test Tools: Make the GitHub Action pattern matching for tags more specific. 2022-07-20 18:39:16 +00:00
php-compatibility.yml Build/Test Tools: Make the GitHub Action pattern matching for tags more specific. 2022-07-20 18:39:16 +00:00
phpunit-tests.yml Build/Test Tools: Make the GitHub Action pattern matching for tags more specific. 2022-07-20 18:39:16 +00:00
slack-notifications.yml Build/Test Tools: Correctly detect the first workflow run for a branch or tag. 2022-07-20 17:41:02 +00:00
test-coverage.yml Build/Test Tools: Correct some GitHub Action workflow inline documentation. 2022-06-30 15:07:49 +00:00
test-npm.yml Build/Test Tools: Correct some GitHub Action workflow inline documentation. 2022-06-30 15:07:49 +00:00
test-old-branches.yml Build/Test Tools: Update 3rd party GitHub Actions. 2022-06-27 18:57:00 +00:00
welcome-new-contributors.yml Build/Test Tools: Lower the timeout for GitHub Actions jobs so runaway or stalled processes don't risk running for the default timeout duration of six hours. 2021-11-23 17:40:00 +00:00