diff --git a/.github/workflows/Release-package.yaml b/.github/workflows/Release-package.yaml index 0cc8463..bf03807 100644 --- a/.github/workflows/Release-package.yaml +++ b/.github/workflows/Release-package.yaml @@ -19,5 +19,5 @@ release: needs: [build, docs] name: Release - if: github.event_name != 'pull_request' + if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') uses: ./.github/workflows/release.yaml