From 0d7114cae93058cac955741ba9f2884c7a1a03ee Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Tue, 5 Nov 2024 10:35:25 +0000 Subject: [PATCH] feat(tests): add GHA checks to PRs into release branches --- .github/workflows/new_tasks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/new_tasks.yml b/.github/workflows/new_tasks.yml index b748aab5c0..fdcaeedea7 100644 --- a/.github/workflows/new_tasks.yml +++ b/.github/workflows/new_tasks.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - 'main' + - 'release-*' workflow_dispatch: # comment/edit out the above to stop/change the triggers jobs: