We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf963d commit 52b8fd3Copy full SHA for 52b8fd3
1 file changed
.github/workflows/conventional-label.yaml
@@ -1,6 +1,9 @@
1
on:
2
- pull_request_target:
3
- types: [opened, edited]
+ push:
+ branches: ["main"]
4
+ pull_request:
5
6
+
7
name: conventional-release-labels
8
jobs:
9
label:
0 commit comments