test #459: allow GHA pipeline to run on release-* branches

This commit is contained in:
Gary Gale
2025-01-17 16:40:50 +00:00
parent 0ced61788b
commit 73a51fb980

View File

@@ -3,6 +3,7 @@ on:
push:
branches:
- main
- 'release-*'
tags:
- 'v*'
pull_request: