From 7bc06c54c40aeb829ec2bfc8f4bc15a0915a2fb9 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Thu, 14 Jan 2021 22:24:17 +0100 Subject: [PATCH] [ticket/16684] Trigger builds on release branches and tags PHPBB3-16684 --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) 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.