From dae64d5d9613a7ea3044177118ab2d4b90938184 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Tue, 8 Sep 2026 09:17:39 -0700 Subject: [PATCH] Enable PR CI for release and insiders --- .github/workflows/ci_linux.yml | 2 +- .github/workflows/ci_mac.yml | 2 +- .github/workflows/ci_windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci_linux.yml b/.github/workflows/ci_linux.yml index 3b6761ce4..2ee2b69ef 100644 --- a/.github/workflows/ci_linux.yml +++ b/.github/workflows/ci_linux.yml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] + branches: [ main, release, insiders ] workflow_dispatch: inputs: target-ref: diff --git a/.github/workflows/ci_mac.yml b/.github/workflows/ci_mac.yml index 04a7ce613..61a845d47 100644 --- a/.github/workflows/ci_mac.yml +++ b/.github/workflows/ci_mac.yml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] + branches: [ main, release, insiders ] workflow_dispatch: inputs: target-ref: diff --git a/.github/workflows/ci_windows.yml b/.github/workflows/ci_windows.yml index fb75c2673..4507a0745 100644 --- a/.github/workflows/ci_windows.yml +++ b/.github/workflows/ci_windows.yml @@ -4,7 +4,7 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] + branches: [ main, release, insiders ] workflow_dispatch: inputs: target-ref: