Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👷 更新 CI 流程 #46

Merged
merged 12 commits into from
Feb 27, 2023
Prev Previous commit
🚨 修正语法错误
  • Loading branch information
JavanShen committed Feb 27, 2023
commit 2a1daa027bf8cd0c015afde0df58a76af0d8b4e2
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
files: packages/utils/coverage/clover.xml,packages/hooks/coverage/clover.xml

E2E-Test:
if: github.event.pull_request.base.ref === 'main'
if: github.event.pull_request.base.ref == 'main'
strategy:
fail-fast: false
matrix:
Expand All @@ -71,7 +71,7 @@ jobs:
secrets: inherit

E2E-Test-React:
if: github.event.pull_request.base.ref === 'react'
if: github.event.pull_request.base.ref == 'react'
strategy:
fail-fast: false
matrix:
Expand Down