diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 100c1a9..da031c4 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -5,7 +5,7 @@ on: branches: - main tags: - - main + - 'v*' pull_request: branches: @@ -43,7 +43,7 @@ jobs: release: runs-on: ubuntu-latest needs: build - if: startsWith(github.ref, 'refs/tags/main') + if: startsWith(github.ref, 'refs/tags/v') steps: - name: Download build artifacts uses: actions/download-artifact@v4