Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 05:33
4715ac8
Include all tags using "*"

Using "v.*" probably accepts only tags which start with the fixed string "v.", which will never
happen. This is not regular expression but Glob according to the documentation.

	The =branches=, =branches-ignore=, =tags=, and =tags-ignore= keywords accept glob patterns that use characters like =*=, =**=, =+=, =?=, =!= and others to match more than one branch or tag name. If a name contains any of these characters and you want a literal match, you need to /escape/ each of these special characters with =\= . For more information about glob patterns, see the "[[https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet][Workflow syntax for GitHub Actions]]."

	-- [[https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore][Workflow syntax for GitHub Actions - GitHub Docs]]
	(/Retrieved:/ [2024-07-12 Fri 14:50])