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:
|
release:
|
||||||
concurrency:
|
concurrency:
|
||||||
group: release
|
group: release
|
||||||
if: github.repository == 'vuejs/core-vapor'
|
if: github.repository == 'vuejs/core-vapor' && github.event_name == 'push'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [unit-test, lint-and-test-dts]
|
needs: [unit-test, lint-and-test-dts]
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue