We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77db0b2 commit d5c73e6Copy full SHA for d5c73e6
.github/workflows/full-ci.yml
@@ -8,6 +8,8 @@ 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 (https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch)
12
+ workflow_dispatch:
13
merge_group:
14
# push:
15
0 commit comments