From cb19930b83737dd6e5371b479635b863e920b025 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Wed, 11 Nov 2020 12:49:23 -0300 Subject: [PATCH] Run tests on release branches --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 905efdf73..558ae0c58 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,9 @@ name: Test on: push: - branches: [master] + branches: + - master + - release-v* pull_request: {} jobs: