From 1760b3a4f3d85084ffcef9040da3a7e6614e7f04 Mon Sep 17 00:00:00 2001 From: Pao-Sheng Wang Date: Thu, 14 Mar 2024 11:52:32 +0800 Subject: [PATCH] demo --- .github/workflows/ai-service-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ai-service-ci.yaml b/.github/workflows/ai-service-ci.yaml index 370f232fbf..e9fdac767a 100644 --- a/.github/workflows/ai-service-ci.yaml +++ b/.github/workflows/ai-service-ci.yaml @@ -5,7 +5,7 @@ name: AI Service CI on: push: - branches: [ main ] + branches: [ main, chore/enhance-ci-for-ai-svc ] pull_request: types: [ labeled ] @@ -24,7 +24,7 @@ defaults: jobs: ci: - if: ${{ github.event.label.name == 'ci/ai-service' || github.event_name == 'push' && github.ref == 'refs/heads/main' }} + if: ${{ github.event.label.name == 'ci/ai-service' || github.event_name == 'push' && github.ref == 'refs/heads/main' || github.ref == 'refs/heads/chore/enhance-ci-for-ai-svc' }} strategy: fail-fast: false matrix: