ci: only release for push event [ci skip]

This commit is contained in:
三咲智子 Kevin Deng 2024-02-10 12:57:11 +08:00
parent 8a2a2ac168
commit db6eff64a5
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ jobs:
release:
concurrency:
group: release
if: github.repository == 'vuejs/core-vapor'
if: github.repository == 'vuejs/core-vapor' && github.event_name == 'push'
runs-on: ubuntu-latest
needs: [unit-test, lint-and-test-dts]
steps: