From 452c97cff258029fd692a96bdf1aff4b32a3a881 Mon Sep 17 00:00:00 2001 From: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:22:53 -0400 Subject: [PATCH] update workflows (#4076) --- .github/workflows/ci-main-linux.yml | 4 ++-- .github/workflows/ci-main-mac.yml | 4 ++-- .github/workflows/ci-main.win.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-main-linux.yml b/.github/workflows/ci-main-linux.yml index 7a8ed440d..12491949f 100644 --- a/.github/workflows/ci-main-linux.yml +++ b/.github/workflows/ci-main-linux.yml @@ -2,9 +2,9 @@ name: CI (Linux) on: push: - branches: [ main, rel ] + branches: [ main, 'release/**' ] pull_request: - branches: [ main, rel ] + branches: [ main, 'release/**' ] jobs: build: diff --git a/.github/workflows/ci-main-mac.yml b/.github/workflows/ci-main-mac.yml index 7f5fb9299..b6883e020 100644 --- a/.github/workflows/ci-main-mac.yml +++ b/.github/workflows/ci-main-mac.yml @@ -2,9 +2,9 @@ name: CI (macOS) on: push: - branches: [ main, rel ] + branches: [ main, 'release/**' ] pull_request: - branches: [ main, rel ] + branches: [ main, 'release/**'] jobs: build: diff --git a/.github/workflows/ci-main.win.yml b/.github/workflows/ci-main.win.yml index 80cb8a545..745bd82b8 100644 --- a/.github/workflows/ci-main.win.yml +++ b/.github/workflows/ci-main.win.yml @@ -2,9 +2,9 @@ name: CI (Windows) on: push: - branches: [ main, rel ] + branches: [ main, 'release/**' ] pull_request: - branches: [ main, rel ] + branches: [ main, 'release/**' ] jobs: build: