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.
1 parent e666b1a commit 634edf7Copy full SHA for 634edf7
.github/workflows/python-package.yml
@@ -11,6 +11,7 @@ on:
11
- '**.yml'
12
pull_request:
13
branches: [ "master" ]
14
+ workflow_dispatch: # allow manual run
15
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments