diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca0ddcce..0381e55d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,9 +3,8 @@ name: Tests on: push: branches: - - "**" - tags-ignore: - - "**" + - master + - release pull_request: types: [opened, synchronize] branches: