Skip to content

Commit

Permalink
Update Github Actions to run on PRs and push to master.
Browse files Browse the repository at this point in the history
Instead of on every push. This will reduce the number of unnecessary
runs we do.
  • Loading branch information
alext committed Oct 7, 2024
1 parent b4088dc commit 02377a6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
on:
- push
name: Run Tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 02377a6

Please sign in to comment.