Skip to content

Commit 2be5aeb

Browse files
committed
Specify when to run the workflow
1 parent 98bcf05 commit 2be5aeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/kat-verification.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Kat Verification
22

33
on:
44
pull_request:
5+
types: [ opened, synchronize, reopened, labeled, unlabeled ]
6+
branches: [ main ]
57

68
# Allow one instance of this workflow per pull request, and cancel older runs when new changes are pushed
79
concurrency:

0 commit comments

Comments
 (0)