Skip to content

Commit 6f7f334

Browse files
authored
Merge pull request #296 from github/zkoppert-patch-1
ci: release when a new feature hits main
2 parents 2bccf62 + ee0c01d commit 6f7f334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
(github.event_name == 'workflow_dispatch') ||
2727
(github.event.pull_request.merged == true &&
2828
(contains(github.event.pull_request.labels.*.name, 'breaking') ||
29-
contains(github.event.pull_request.labels.*.name, 'enhancement') ||
29+
contains(github.event.pull_request.labels.*.name, 'feature') ||
3030
contains(github.event.pull_request.labels.*.name, 'vuln') ||
3131
contains(github.event.pull_request.labels.*.name, 'release')))
3232
outputs:

0 commit comments

Comments
 (0)