Skip to content

Commit

Permalink
chore: changes to markdown files should not kick off a build (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrkndrssn authored Jul 27, 2022
1 parent 63b843d commit ae8e9f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- '**'
paths-ignore:
- '**/*.md'
release:
types: [published]
schedule:
Expand Down

0 comments on commit ae8e9f4

Please sign in to comment.