From 3a452527d5974cb6fc28100d39e7ca20e6d5d3a5 Mon Sep 17 00:00:00 2001 From: Vui Lam Date: Mon, 16 Oct 2023 11:10:03 -0700 Subject: [PATCH] Update branch patterns to trigger CI on Signed-off-by: Vui Lam --- .github/workflows/compatibility_tests.yaml | 2 +- .github/workflows/main.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compatibility_tests.yaml b/.github/workflows/compatibility_tests.yaml index f35f95311..606916d16 100644 --- a/.github/workflows/compatibility_tests.yaml +++ b/.github/workflows/compatibility_tests.yaml @@ -4,7 +4,7 @@ on: pull_request: branches: [main, release-*] push: - branches: [main, release-*] + branches: [main, test*, release-*] jobs: build: diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cee233292..d7df00c0e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -2,9 +2,9 @@ name: Main on: pull_request: - branches: [ main, docs* ] + branches: [ main, release-* ] push: - branches: [ main, test*, docs* ] + branches: [ main, test*, release-* ] jobs: