mirror of https://git.sr.ht/~stygianentity/bincode
update CI to new branching scheme (#376)
This commit is contained in:
parent
c1b91d5a74
commit
72d301c284
|
|
@ -3,12 +3,14 @@
|
||||||
"on": {
|
"on": {
|
||||||
"push": {
|
"push": {
|
||||||
"branches": [
|
"branches": [
|
||||||
"master"
|
"trunk",
|
||||||
|
"v*.x"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"pull_request": {
|
"pull_request": {
|
||||||
"branches": [
|
"branches": [
|
||||||
"master"
|
"trunk",
|
||||||
|
"v*.x"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue