Skip to content

Commit 5bcf53f

Browse files
ci: add workflow_dispatch trigger for manual CI runs (#1114)
1 parent 98df118 commit 5bcf53f

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)