Skip to content

Commit

Permalink
Don't execute CI tests on push, but only on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Tubach committed Mar 26, 2024
1 parent bb8befa commit 545feac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Test

on:
push: ~
pull_request:
branches: [ main ]
pull_request: ~

jobs:
test:
Expand Down

0 comments on commit 545feac

Please sign in to comment.