Skip to content

Commit

Permalink
Don't run duplicate checks for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
nachtjasmin committed Dec 1, 2023
1 parent 54c2d58 commit f3c194b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: "Run tests"

on: [ push, pull_request ]

on:
push:
branches: [main]
pull_request:

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3c194b

Please sign in to comment.