Skip to content

Commit 4600182

Browse files
authored
events-that-trigger-workflows: add unreachable tag note
1 parent ae57a16 commit 4600182

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,8 @@ on:
846846
- v1.**
847847
```
848848

849+
A push to a tag that is not reachable from the repository's branches does not run any workflows.
850+
849851
### Running your workflow only when a push affects specific files
850852

851853
You can use the `paths` or `paths-ignore` filter to configure your workflow to run when a push to specific files occurs. For more information, see [AUTOTITLE](/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore).

0 commit comments

Comments
 (0)