mirror of https://github.com/vuejs/core.git
ci: only release for push event [ci skip]
This commit is contained in:
parent
8a2a2ac168
commit
db6eff64a5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue