Skip to content

Commit

Permalink
Don't run tests on docs changes (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
juberti authored Jun 10, 2024
1 parent 50b073d commit f2daad1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ name: Run tests
on:
push:
branches: [main, prod]
paths-ignore:
- "docs/**"
pull_request:
branches: [main, prod]
paths-ignore:
- "docs/**"

jobs:
test:
Expand Down

0 comments on commit f2daad1

Please sign in to comment.