update workflows to run on all release branches

This commit is contained in:
nickfyson 2023-12-06 15:54:23 +00:00
parent 47e90f23ea
commit 0e9a210226
49 changed files with 51 additions and 51 deletions

View file

@ -162,7 +162,7 @@ for file in (this_dir / 'checks').glob('*.yml'):
},
'on': {
'push': {
'branches': ['main', 'releases/v2']
'branches': ['main', 'releases/v*']
},
'pull_request': {
'types': ["opened", "synchronize", "reopened", "ready_for_review"]