Skip to content

Commit

Permalink
github: avoid running tests twice in PRs (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
simondeziel authored Oct 21, 2024
2 parents 337fb9e + 37389ba commit 1ef1852
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Tests
on:
- push
- pull_request
push:
branches:
- main
pull_request:

permissions:
contents: read
Expand Down

0 comments on commit 1ef1852

Please sign in to comment.