Change workflows to run for release branches

This commit is contained in:
Steve Myers
2023-03-28 14:41:13 -05:00
parent 573bf52578
commit f507185729
4 changed files with 30 additions and 3 deletions

View File

@@ -1,4 +1,12 @@
on: [push, pull_request]
on:
push:
branches:
- 'master'
- 'release/*'
pull_request:
branches:
- 'master'
- 'release/*'
name: Code Coverage