Skip to content

Commit 728bab9

Browse files
committed
Add workflow_dispatch trigger to CI for manual runs
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 7fb7c43 commit 728bab9

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
@@ -3,6 +3,7 @@ name: ci
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
concurrency:
89
group: ci-${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)