1
0
mirror of synced 2026-01-07 00:01:39 -05:00

Delete extra 'or' on sentence

This commit is contained in:
joaquin
2022-06-29 23:32:58 -04:00
committed by GitHub
parent 2718ae7011
commit d30f952455

View File

@@ -958,7 +958,7 @@ on:
#### Running your workflow only when a push of specific tags occurs
You can use the `tags` or `tags-ignore` filter to configure your workflow to only run when specific tags or are pushed. For more information, see "[Workflow syntax for GitHub Actions](/actions/learn-github-actions/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore)."
You can use the `tags` or `tags-ignore` filter to configure your workflow to only run when specific tags are pushed. For more information, see "[Workflow syntax for GitHub Actions](/actions/learn-github-actions/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore)."
For example, this workflow will run when someone pushes a tag that starts with `v1.`.