Skip to content

Commit 8beef9d

Browse files
authored
Merge pull request #933 from 0x53A/dev-manual-workflow
workflows/full-ci: allow manually triggering the workflow (mostly useful for forks)
2 parents 3a37c2a + d5627e4 commit 8beef9d

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)