Remove PR checks for v1
This commit is contained in:
parent
32be38eeff
commit
e530813ab8
39 changed files with 6 additions and 57 deletions
|
|
@ -132,7 +132,7 @@ for file in os.listdir('checks'):
|
|||
},
|
||||
'on': {
|
||||
'push': {
|
||||
'branches': ['main', 'releases/v1', 'releases/v2']
|
||||
'branches': ['main', 'releases/v2']
|
||||
},
|
||||
'pull_request': {
|
||||
'types': ["opened", "synchronize", "reopened", "ready_for_review"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue