Skip to content

Commit 24dbb9a

Browse files
ci: add workflow_dispatch trigger for manual CI runs
Allow manual triggering of CI workflow from GitHub Actions UI. This enables running CI on bot-created PRs that don't automatically trigger workflows due to GITHUB_TOKEN limitations.
1 parent 98df118 commit 24dbb9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
branches:
44
- main
55
pull_request:
6+
workflow_dispatch:
67
release:
78
types: [published]
89

0 commit comments

Comments
 (0)