From b657129370fa48259c4d984b631976dd9942837e Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 9 Oct 2025 00:53:44 +0000 Subject: [PATCH] [docs] add link to GitHub workflow trigger documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add reference to GitHub's official documentation for workflow triggers in the Workflow Triggers section of the workflows README. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 9b14b571aa..54ab5bcbed 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -48,6 +48,8 @@ These workflows are triggered when specific labels are added to PRs: ## Workflow Triggers +For more details on workflow triggers, see [GitHub's workflow trigger documentation](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows). + ### Common Trigger Patterns | Trigger Type | Use Case | Example |