update CI to new branching scheme (#376)

This commit is contained in:
Lena Hellström 2021-02-23 11:46:57 -08:00 committed by GitHub
parent c1b91d5a74
commit 72d301c284
1 changed files with 4 additions and 2 deletions

View File

@ -3,12 +3,14 @@
"on": { "on": {
"push": { "push": {
"branches": [ "branches": [
"master" "trunk",
"v*.x"
] ]
}, },
"pull_request": { "pull_request": {
"branches": [ "branches": [
"master" "trunk",
"v*.x"
] ]
} }
}, },