Skip to content

Commit d5627e4

Browse files
0x53ABromeon
authored andcommitted
workflows/full-ci: allow manually triggering the workflow
1 parent 10e5e0e commit d5627e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/full-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ 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:
12+
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch
13+
workflow_dispatch:
1114
merge_group:
1215
# push:
1316

0 commit comments

Comments
 (0)