Skip to content

Commit a739eb9

Browse files
committed
CI: only trigger per-commit workflow on labeled event
1 parent a3ac76a commit a739eb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-per-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8-
types: [opened, synchronize, reopened, labeled]
8+
types: [labeled]
99
branches:
1010
- main
1111

0 commit comments

Comments
 (0)