We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a37c2a + d5627e4 commit 8beef9dCopy full SHA for 8beef9d
.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