@@ -38,7 +38,7 @@ on:
|
||||
When a pattern matches the `branches-ignore` or `tags-ignore` pattern, the workflow will not run. The patterns defined in `branches` and `tags` are evaluated against the Git ref's name. For example, the following workflow would run whenever there is a `push` event, unless the `push` event is to:
|
||||
|
||||
- A branch named `mona/octocat` (`refs/heads/mona/octocat`)
|
||||
- A branch whose name matches `releases/**-alpha`, like `beta/3-alpha` (`refs/releases/beta/3-alpha`)
|
||||
- A branch whose name matches `releases/**-alpha`, like `releases/beta/3-alpha` (`refs/heads/releases/beta/3-alpha`)
|
||||
- A tag named `v2` (`refs/tags/v2`)
|
||||
- A tag whose name starts with `v1.`, like `v1.9` (`refs/tags/v1.9`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user