Browse Source

ci(yaml): fix only pull request run ci lint

tags/v1.6.0-rc1
luzzyzhang luzzyzhang 3 years ago
parent
commit
cbf3bb18da
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/ci.yml

+ 2
- 0
.github/workflows/ci.yml View File

@@ -8,6 +8,7 @@ on:
jobs:
check-commit:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request }}
steps:
- uses: actions/checkout@v2.3.1
with:
@@ -18,6 +19,7 @@ jobs:

check-format:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request }}
steps:
- uses: actions/checkout@v2.3.1
with:


Loading…
Cancel
Save