We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
workflow_dispatch
1 parent 2b985a4 commit eb5b635Copy full SHA for eb5b635
.github/workflows/pull-request.yml
@@ -9,6 +9,7 @@ on:
9
- 'NEWS'
10
- 'README'
11
- 'COPYING'
12
+ workflow_dispatch:
13
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/push.yml
@@ -8,6 +8,7 @@ on:
8
0 commit comments