Skip to content

Commit

Permalink
Only run tests on PR (#37)
Browse files Browse the repository at this point in the history
Avoids running two sets of tests on PR.
  • Loading branch information
ribbybibby authored Dec 9, 2022
1 parent c2ec9bd commit 0a8be94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ on:
pull_request:
paths-ignore:
- 'README.md'
push:
paths-ignore:
- 'README.md'

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0a8be94

Please sign in to comment.