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 0f88d1b commit 0c98babCopy full SHA for 0c98bab
.github/workflows/python-package.yml
@@ -8,6 +8,9 @@ on:
8
pull_request:
9
branches: [ dev ]
10
11
+ # This guards against unknown PR until a community member vet it and label it.
12
+ types: [ labeled ]
13
+
14
jobs:
15
ci:
16
env:
0 commit comments