Skip to content

Commit

Permalink
github: Avoid duplicate test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Oct 25, 2022
1 parent 09e1011 commit d1cd1db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
@@ -1,4 +1,7 @@
on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
name: Test
permissions:
contents: read
Expand Down

0 comments on commit d1cd1db

Please sign in to comment.