ci: 修复pull_request可以触发版本发布的问题

pull/30/head
undefined 4 years ago
parent fe3a501281
commit 0ccfd3c747

@ -37,4 +37,5 @@ jobs:
file: ./.coverage/lcov.info
name: codecov
- name: Publish
if: ${{ github.event_name == "push" }}
run: node build/publish.js
Loading…
Cancel
Save