Fix the actions message filter

This commit is contained in:
TwistedUmbrellaX 2024-04-10 07:26:03 -04:00
parent f50b6eadb6
commit b295c035ee

View File

@ -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