Skip to content

Commit 89b6239

Browse files
authored
fix: run conventional-label only on main (#276)
1 parent bdf963d commit 89b6239

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conventional-label.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
pull_request_target:
3-
types: [opened, edited]
3+
branches: ["main"]
4+
45
name: conventional-release-labels
56
jobs:
67
label:

0 commit comments

Comments
 (0)