DEV: Run tests on push to beta and stable branch too. (#16209)
This commit is contained in:
parent
61248652cd
commit
937d79405d
|
@ -5,6 +5,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- beta
|
||||
- stable
|
||||
|
||||
concurrency:
|
||||
group: tests-${{ format('{0}-{1}', github.head_ref || github.run_number, github.job) }}
|
||||
|
|
Loading…
Reference in New Issue