Update references to release branches
Prepare for renaming `v1` -> `releases/v1` and `v2` -> `releases/v2`.
This commit is contained in:
parent
bce749b10f
commit
9daf1de73c
30 changed files with 74 additions and 75 deletions
|
|
@ -108,7 +108,7 @@ for file in os.listdir('checks'):
|
|||
},
|
||||
'on': {
|
||||
'push': {
|
||||
'branches': ['main', 'v1', 'v2']
|
||||
'branches': ['main', 'releases/v1', 'releases/v2']
|
||||
},
|
||||
'pull_request': {
|
||||
'types': ["opened", "synchronize", "reopened", "ready_for_review"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue