diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 281071a0472..1462329cfa2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,10 +7,10 @@ name: tests on: push: branches: - - "*" + - master pull_request: branches: - - "*" + - master types: - opened - reopened