[docs] add link to GitHub workflow trigger documentation

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 <noreply@anthropic.com>
This commit is contained in:
snomiao
2025-10-09 00:53:44 +00:00
parent 3803b79fa9
commit b657129370

View File

@@ -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 |