diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cc1ec68564..d2f155bbab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,13 @@ name: Tests on: + push: + branches: + - main + - current-release + - "*LTS" + tags: + - "!*" pull_request: branches: - main