Skip to content

Commit

Permalink
docs: Update CI to ignore docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dionizh authored Jul 1, 2021
1 parent caff326 commit 33cbce7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ on:
push:
branches:
- master
paths-ignore:
- "**.md"
- "docs/**"
pull_request:
paths-ignore:
- "**.md"
- "docs/**"
jobs:
tests:
name: Run tests
Expand Down

0 comments on commit 33cbce7

Please sign in to comment.