DEV: Run tests on push to beta and stable branch too. (#16209)

This commit is contained in:
Alan Guo Xiang Tan
2022-03-18 10:15:48 +08:00
committed by GitHub
parent 61248652cd
commit 937d79405d

View File

@@ -5,6 +5,8 @@ on:
push:
branches:
- main
- beta
- stable
concurrency:
group: tests-${{ format('{0}-{1}', github.head_ref || github.run_number, github.job) }}