diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c49e9ec13d63..ac99344c0798 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,10 @@ name: Tests on: - - push - - pull_request + push: + branches: + - main + - stable-* + pull_request: permissions: contents: read