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": {
|
||||
"push": {
|
||||
"branches": [
|
||||
"master"
|
||||
"trunk",
|
||||
"v*.x"
|
||||
]
|
||||
},
|
||||
"pull_request": {
|
||||
"branches": [
|
||||
"master"
|
||||
"trunk",
|
||||
"v*.x"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue