Skip to content

Commit

Permalink
Merge pull request #150 from github/zkoppert-patch-1
Browse files Browse the repository at this point in the history
ci: release when a new feature hits main
  • Loading branch information
zkoppert committed May 28, 2024
2 parents 85057f0 + d69c777 commit 2429d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
(github.event_name == 'workflow_dispatch') ||
(github.event.pull_request.merged == true &&
(contains(github.event.pull_request.labels.*.name, 'breaking') ||
contains(github.event.pull_request.labels.*.name, 'enhancement') ||
contains(github.event.pull_request.labels.*.name, 'feature') ||
contains(github.event.pull_request.labels.*.name, 'vuln') ||
contains(github.event.pull_request.labels.*.name, 'release')))
outputs:
Expand Down

0 comments on commit 2429d78

Please sign in to comment.