Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit db6eff6

Browse files
committed
ci: only release for push event [ci skip]
1 parent 8a2a2ac commit db6eff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
release:
6565
concurrency:
6666
group: release
67-
if: github.repository == 'vuejs/core-vapor'
67+
if: github.repository == 'vuejs/core-vapor' && github.event_name == 'push'
6868
runs-on: ubuntu-latest
6969
needs: [unit-test, lint-and-test-dts]
7070
steps:

0 commit comments

Comments
 (0)