From 90e19650be1f53efb5e5eab6199c516357a1da7c Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX Date: Wed, 10 Apr 2024 07:26:03 -0400 Subject: [PATCH] Fix the actions message filter --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e378e8..4cc194e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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