Skip to content

Commit f14ac71

Browse files
committed
remove labeled event from ci trigger
1 parent 1a7df66 commit f14ac71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
branches: [main, release]
44
pull_request:
5-
types: [labeled, unlabeled, opened, synchronize, reopened]
5+
types: [unlabeled, opened, synchronize, reopened]
66
merge_group:
77

88
name: CI

0 commit comments

Comments
 (0)