From 1f33de171751bbc91f35db6b87ce49c8e0bb0299 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Tue, 3 Jun 2025 16:48:28 -0700 Subject: [PATCH] Fix CI to run on release branches Signed-off-by: Neil R. Spruit --- .github/workflows/build-msi-package.yml | 4 ++-- .github/workflows/build-multi-static.yml | 4 ++-- .github/workflows/build-multi.yml | 4 ++-- .github/workflows/build-quick-static.yml | 4 ++-- .github/workflows/build-quick.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-msi-package.yml b/.github/workflows/build-msi-package.yml index 66cb6cf7..5997c9c6 100644 --- a/.github/workflows/build-msi-package.yml +++ b/.github/workflows/build-msi-package.yml @@ -1,8 +1,8 @@ on: push: - branches: [ master ] + branches: [ master,release_branch* ] pull_request: - branches: [ master ] + branches: [ master,release_branch* ] workflow_dispatch: permissions: read-all diff --git a/.github/workflows/build-multi-static.yml b/.github/workflows/build-multi-static.yml index c510c5cd..6a95e140 100644 --- a/.github/workflows/build-multi-static.yml +++ b/.github/workflows/build-multi-static.yml @@ -1,8 +1,8 @@ on: push: - branches: [ master ] + branches: [ master,release_branch* ] pull_request: - branches: [ master ] + branches: [ master,release_branch* ] workflow_dispatch: permissions: read-all diff --git a/.github/workflows/build-multi.yml b/.github/workflows/build-multi.yml index 0921e8ad..e3bb075d 100644 --- a/.github/workflows/build-multi.yml +++ b/.github/workflows/build-multi.yml @@ -1,8 +1,8 @@ on: push: - branches: [ master ] + branches: [ master,release_branch* ] pull_request: - branches: [ master ] + branches: [ master,release_branch* ] workflow_dispatch: permissions: read-all diff --git a/.github/workflows/build-quick-static.yml b/.github/workflows/build-quick-static.yml index 24a99d96..85f0302b 100644 --- a/.github/workflows/build-quick-static.yml +++ b/.github/workflows/build-quick-static.yml @@ -1,8 +1,8 @@ on: push: - branches: [ master ] + branches: [ master,release_branch* ] pull_request: - branches: [ master ] + branches: [ master,release_branch* ] workflow_dispatch: permissions: read-all diff --git a/.github/workflows/build-quick.yml b/.github/workflows/build-quick.yml index 8ffeba83..fbdb2c02 100644 --- a/.github/workflows/build-quick.yml +++ b/.github/workflows/build-quick.yml @@ -1,8 +1,8 @@ on: push: - branches: [ master ] + branches: [ master,release_branch* ] pull_request: - branches: [ master ] + branches: [ master,release_branch* ] workflow_dispatch: permissions: read-all