Skip to content

Commit

Permalink
chore: run tests only on PR's to main
Browse files Browse the repository at this point in the history
  • Loading branch information
cboin1996 committed Apr 16, 2024
1 parent 37b486a commit b6edc4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: tests

on:
push:
branches: [main]
# run tests on all PR's to main
pull_request:
branches: [main]

Expand Down

0 comments on commit b6edc4a

Please sign in to comment.