Skip to content

Commit d5c73e6

Browse files
committed
workflows/full-ci: allow manually triggering the workflow
1 parent 77db0b2 commit d5c73e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/full-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ name: Full CI
88
# Runs before merging. Rebases on master to make sure CI passes for latest integration, not only for the PR at the time of creation.
99

1010
on:
11+
# allow manually triggering the workflow (https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch)
12+
workflow_dispatch:
1113
merge_group:
1214
# push:
1315

0 commit comments

Comments
 (0)