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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- beta
|
||||||
|
- stable
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: tests-${{ format('{0}-{1}', github.head_ref || github.run_number, github.job) }}
|
group: tests-${{ format('{0}-{1}', github.head_ref || github.run_number, github.job) }}
|
||||||
|
|
Loading…
Reference in New Issue