Skip to content

Commit

Permalink
Fix the actions message filter
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Apr 10, 2024
1 parent 04b6028 commit e085a85
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 @@ -11,7 +11,7 @@ permissions:

jobs:
build:
if: ${{ ! startsWith(github.event.head_commit.message, 'v0.1') }}
if: ${{ ! startsWith(github.event.head_commit.message, 'v0.') }}

runs-on: ubuntu-latest

Expand Down

0 comments on commit e085a85

Please sign in to comment.