diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 765a696..22d6fd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: branches: - main tags: - - 'v*' + - '[0-9]*.[0-9]*.[0-9]*' pull_request: permissions: @@ -102,7 +102,7 @@ jobs: release: needs: build - if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest permissions: contents: write