We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ccbf5 commit 4556002Copy full SHA for 4556002
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
branch: ${{ github.head_ref }}
32
33
release:
34
- if: ${{ !startsWith(github.event.head_commit.message, 'docs:') && !startsWith(github.event.head_commit.message, 'ci:') }}
+ if: ${{ !startsWith(github.event.head_commit.message, 'chore(release):') && !startsWith(github.event.head_commit.message, 'docs:') && !startsWith(github.event.head_commit.message, 'ci:') }}
35
needs: [contributors]
36
runs-on: ubuntu-latest
37
steps:
0 commit comments