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 98bcf05 commit 2be5aebCopy full SHA for 2be5aeb
.github/workflows/kat-verification.yml
@@ -2,6 +2,8 @@ name: Kat Verification
2
3
on:
4
pull_request:
5
+ types: [ opened, synchronize, reopened, labeled, unlabeled ]
6
+ branches: [ main ]
7
8
# Allow one instance of this workflow per pull request, and cancel older runs when new changes are pushed
9
concurrency:
0 commit comments