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 a242c7d commit 5ff766fCopy full SHA for 5ff766f
.github/workflows/global-checks.yml
@@ -1,6 +1,8 @@
1
name: global checks
2
3
-on: pull_request
+on:
4
+ pull_request:
5
+ types: [opened, synchronize, reopened, labeled]
6
7
jobs:
8
global_checks:
0 commit comments