Chaning workflow to run on all release branches

This commit is contained in:
John Westcott IV
2022-02-15 15:32:27 -05:00
parent 799968460d
commit 50d52c31e2

View File

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