Merge pull request #11748 from john-westcott-iv/github_workflows_on_all_releases

Chaning workflow to run on all release branches
This commit is contained in:
Shane McDonald
2022-03-22 09:06:50 -04:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ on:
push:
branches:
- devel
- release_4.1
- release_**
jobs:
push:
runs-on: ubuntu-latest