We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e5e0e commit d5627e4Copy full SHA for d5627e4
.github/workflows/full-ci.yml
@@ -8,6 +8,9 @@ name: Full CI
8
# Runs before merging. Rebases on master to make sure CI passes for latest integration, not only for the PR at the time of creation.
9
10
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:
14
merge_group:
15
# push:
16
0 commit comments