From 1dee9acbd2055574a4e1b7512d953c0c0d2c5a26 Mon Sep 17 00:00:00 2001 From: samanthayeep Date: Thu, 29 Aug 2024 14:39:11 +0800 Subject: [PATCH] Update CI pipeline to include deploy-automation branch --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbf7e036f..e4f70dd06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,12 @@ name: CI Pipeline on: push: - branches: [ main ] + branches: + - main + - deploy-automation pull_request: - branches: [ main ] + - main + - deploy-automation jobs: build: