Fix the actions message filter

This commit is contained in:
TwistedUmbrellaX 2024-04-10 07:26:03 -04:00
parent c1a1b8b013
commit 90e19650be

View File

@ -12,7 +12,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