Skip to content

Commit 52b8fd3

Browse files
committed
fix: run conventional-label only on main
1 parent bdf963d commit 52b8fd3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/conventional-label.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
on:
2-
pull_request_target:
3-
types: [opened, edited]
2+
push:
3+
branches: ["main"]
4+
pull_request:
5+
branches: ["main"]
6+
47
name: conventional-release-labels
58
jobs:
69
label:

0 commit comments

Comments
 (0)