From 460018261e1e7f5a80a4c300771453d064760f37 Mon Sep 17 00:00:00 2001 From: wh0 Date: Sun, 12 Oct 2025 10:08:53 -0700 Subject: [PATCH] events-that-trigger-workflows: add unreachable tag note --- .../workflows-and-actions/events-that-trigger-workflows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md b/content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md index 12cb919673d9..2f45a3b4b5cb 100644 --- a/content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md +++ b/content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md @@ -846,6 +846,8 @@ on: - v1.** ``` +A push to a tag that is not reachable from the repository's branches does not run any workflows. + ### Running your workflow only when a push affects specific files 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).