ci: run CI test suite against release branches (#1578)

This commit is contained in:
Robert Pirtle 2023-04-24 12:53:29 -07:00 committed by GitHub
parent 95d9fb9aca
commit a739e42009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ on:
# run CI on pull requests to master or a release branch
branches:
- master
- 'release/**'
- 'releases/**'
# run default ci checks against current PR
jobs: