Run all PR checks on v2 branch
This commit is contained in:
parent
bae3a3acab
commit
e769c2dd6e
23 changed files with 23 additions and 3 deletions
|
|
@ -108,7 +108,7 @@ for file in os.listdir('checks'):
|
|||
},
|
||||
'on': {
|
||||
'push': {
|
||||
'branches': ['main', 'v1']
|
||||
'branches': ['main', 'v1', 'v2']
|
||||
},
|
||||
'pull_request': {
|
||||
'types': ["opened", "synchronize", "reopened", "ready_for_review"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue