Skip to content

Commit

Permalink
Run actions only against pull requests. This prevents running the act…
Browse files Browse the repository at this point in the history
…ions twice for each PR.
  • Loading branch information
foarsitter committed Jul 26, 2024
1 parent d606d88 commit d98c8a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Tests

on:
- push
- pull_request
push:
branches: [master]
pull_request:

jobs:
tests:
Expand Down

0 comments on commit d98c8a1

Please sign in to comment.