Skip to content

Commit

Permalink
do not rebuild if we only changed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jun 17, 2022
1 parent e28f4a7 commit 0da417f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: push
on:
push:
branches: [ main ]
paths-ignore:
- 'docs/**'
- '*.md'

jobs:
deploy:
Expand Down

0 comments on commit 0da417f

Please sign in to comment.