Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
paopa committed Mar 14, 2024
1 parent 2b8ae5d commit 1760b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ai-service-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: AI Service CI

on:
push:
branches: [ main ]
branches: [ main, chore/enhance-ci-for-ai-svc ]
pull_request:
types: [ labeled ]

Expand All @@ -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:
Expand Down

0 comments on commit 1760b3a

Please sign in to comment.