Skip to content

Commit

Permalink
Don't run build when changing docs
Browse files Browse the repository at this point in the history
These specific types of docs will never affect the build, so there is no point in running it when they change.
  • Loading branch information
kzu committed May 7, 2021
1 parent 084aa7c commit db76fb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ name: build
on:
push:
branches: [ main, dev, 'feature/*', 'rel/*' ]
paths-ignore:
- changelog.md
- code-of-conduct.md
- security.md
- support.md
pull_request:
types: [opened, synchronize, reopened]

Expand Down

0 comments on commit db76fb9

Please sign in to comment.