From 73a51fb980ef74bdbea8874250020aba2de6f29a Mon Sep 17 00:00:00 2001 From: Gary Gale Date: Fri, 17 Jan 2025 16:40:50 +0000 Subject: [PATCH] test #459: allow GHA pipeline to run on release-* branches --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 3bbd29a..c1825bf 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - 'release-*' tags: - 'v*' pull_request: