wordpress-develop/.github
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
..
workflows Build/Test Tools: Make the GitHub Action pattern matching for tags more specific. 2022-07-20 18:39:16 +00:00
codecov.yml Disable comments from codecov. 2021-03-01 16:56:08 +00:00
dependabot.yml Build/Test Tools: Configure Dependabot scanning for GitHub Actions. 2021-11-24 14:49:24 +00:00
pull_request_template.md General: Introduce a pull request template. 2020-02-21 18:23:28 +00:00