Skip to content

Commit 30a2d6e

Browse files
authored
Add workflow_dispatch trigger to CI workflow (#4)
1 parent 9d00269 commit 30a2d6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ main, master ]
66
pull_request:
77
branches: [ main, master ]
8+
workflow_dispatch:
89

910
jobs:
1011
test:

0 commit comments

Comments
 (0)