diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 83c125afdd..efb0934f0a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,10 +5,14 @@ on: branches: - 3.3.x - master + - 'prep-release-*' + tags: + - 'release-*' pull_request: branches: - 3.3.x - master + - 'prep-release-*' jobs: # Basic checks, e.g. parse errors, commit messages, etc.