Skip to content

Commit

Permalink
Merge pull request #144 from github-community-projects/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 authored May 28, 2024
2 parents d16bacd + b49a2c9 commit c967fb4
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 @@ -21,7 +21,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')))
runs-on: ubuntu-latest
Expand Down

0 comments on commit c967fb4

Please sign in to comment.