We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f437e1 commit eb498e0Copy full SHA for eb498e0
template/.github/workflows/ci.yaml.jinja
@@ -5,6 +5,7 @@ on:
5
branches-ignore:
6
- 'gh-readonly-queue/**' # don't run (again) when on these special branches created during merge groups; the `on: merge_group` already triggers it.
7
merge_group:
8
+ workflow_dispatch:
9
10
env:
11
PYTHONUNBUFFERED: True
0 commit comments