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 2a4be4a commit 2deeb93
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 2deeb93

Please sign in to comment.