Skip to content

Commit

Permalink
Don't run Build and Test Action if only doc or readme changes. (#113)
Browse files Browse the repository at this point in the history
Don't run buildAndTest for doc / markdown updates. Closes #110.
  • Loading branch information
GleasonK committed Sep 12, 2022
1 parent 0b86cad commit 6a06657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ name: Build and Test
on:
pull_request:
branches: [ main ]
paths-ignore: ['**.md', 'docs/**']
push:
branches: [ main ]
paths-ignore: ['**.md', 'docs/**']
schedule:
# Run buildAndTest workflow once a day
- cron: '* 12 * * *'
Expand Down

0 comments on commit 6a06657

Please sign in to comment.