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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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) }}