Skip to content

Commit

Permalink
CI: document on.<push|pull_request>.paths-ignore behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Apr 14, 2021
1 parent 33d2685 commit 714176a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI
on:
push:
branches: [main, staging, trying]
# don't run CI when changing md-files, except they are part of the book
paths-ignore:
- "*.md"
- "!book/src/**"
Expand Down

0 comments on commit 714176a

Please sign in to comment.