From 937d79405d4abaa58b7469633e52db430ff7f8bc Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Fri, 18 Mar 2022 10:15:48 +0800 Subject: [PATCH] DEV: Run tests on push to beta and stable branch too. (#16209) --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b7cf8047d5f..cecca1984a7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,8 @@ on: push: branches: - main + - beta + - stable concurrency: group: tests-${{ format('{0}-{1}', github.head_ref || github.run_number, github.job) }}