Adding release branches to CI

This commit is contained in:
Lee *!* Clagett 2023-11-29 19:49:20 -05:00 committed by GitHub
parent fe1003909d
commit 42646608b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ name: unix-ci
on:
push:
branches: [ "master", "develop" ]
branches: [ "master", "develop", "release-*" ]
pull_request:
branches: [ "master", "develop" ]