diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a1eedf..7343b88 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Tests on: push: - branches: [ '**' ] + branches: [ 'master' ] tags-ignore: [ '**' ] pull_request: branches: [ '**' ]