Skip to content

Commit

Permalink
Prevent duplicate test runs on new PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Nov 16, 2023
1 parent 8bfb5f6 commit 6303b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: tests
on:
push:
branches: main
paths-ignore:
- '**.md'
- '**.rst'
- '**.txt'
pull_request:
branches: main
paths-ignore:
- '**.md'
- '**.rst'
Expand Down

0 comments on commit 6303b3d

Please sign in to comment.