We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb16c3 commit 4b7e27bCopy full SHA for 4b7e27b
1 file changed
.github/workflows/test.yml
@@ -7,6 +7,10 @@ on:
7
pull_request:
8
paths: ["**/*.py", .github/workflows/test.yml]
9
branches: [main]
10
+ release:
11
+ types: [published]
12
+ workflow_dispatch:
13
+ workflow_call:
14
15
concurrency:
16
# Cancel only on same PR number
0 commit comments