v12: Pushes to v12-branch trigger actions
This commit is contained in:
parent
ce20e9f769
commit
8ecb1ab15c
|
|
@ -1,10 +1,11 @@
|
||||||
name: test
|
name: test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Every push onto the main branch triggers a retest.
|
# Every push onto the main branch and releases triggers a retest.
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- v12-branch
|
||||||
# All pull_requests trigger a retest.
|
# All pull_requests trigger a retest.
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue