Skip to content

Commit

Permalink
Merge pull request #2270 from ArnoStrouwen/no_ci_docs
Browse files Browse the repository at this point in the history
skip ci.yml for doc pr
  • Loading branch information
YingboMa authored Sep 19, 2023
2 parents 34c336b + ed54ac1 commit d5fef6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ on:
pull_request:
branches:
- master
paths-ignore:
- 'docs/**'
push:
branches:
- master
paths-ignore:
- 'docs/**'
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d5fef6a

Please sign in to comment.