Skip to content

Commit

Permalink
dont run tests twice for branches
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel corso committed Apr 25, 2022
1 parent 0780b2d commit 79da529
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Expand Up @@ -2,9 +2,7 @@ name: test
on:
pull_request:
push:
branches:
- '*'
- '!master'
branches: [master, main]
workflow_dispatch: {}

jobs:
Expand Down

0 comments on commit 79da529

Please sign in to comment.