Skip to content

Commit

Permalink
trigger on issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Sep 15, 2023
1 parent 7957a6a commit 33237de
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 @@ -8,7 +8,7 @@ on:
jobs:
release:

if: (github.event.label.name == 'major' || github.event.label.name == 'minor' || github.event.label.name == 'patch')
if: github.event.label.name == 'major'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 33237de

Please sign in to comment.