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