From a61b555df3fc6e47fcaff681b5a2606abf8b0c03 Mon Sep 17 00:00:00 2001 From: Ahmed Hilali Date: Wed, 28 Apr 2021 16:09:33 +0800 Subject: [PATCH] Added pre release branches to tests workflow --- .github/workflows/tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ee25305b19..1bee6c7367 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -10,6 +10,7 @@ on: - develop - ci/* - v* + - 1.[0-9]+.x pull_request: branches: - master @@ -17,6 +18,7 @@ on: - staging - ci/* - v* + - 1.[0-9]+.x jobs: unit_tests: