Skip to content

Commit

Permalink
skip CI for release commits
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Nov 28, 2024
1 parent c5549fe commit c1eed9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
if: |
startsWith(github.ref, 'refs/tags/') ||
github.event.head_commit.message != 'release*'
!startsWith(github.event.head_commit.message, 'release')
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c1eed9c

Please sign in to comment.