From 6fb97287f9615c4028edae758d4083bfb9d96af2 Mon Sep 17 00:00:00 2001 From: roboc Date: Sun, 18 Jun 2023 16:20:52 +0100 Subject: [PATCH] modify ci/cd pipeline with correct branch name --- .github/workflows/ci-cd-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-pipeline.yml b/.github/workflows/ci-cd-pipeline.yml index 3005060..7da733f 100644 --- a/.github/workflows/ci-cd-pipeline.yml +++ b/.github/workflows/ci-cd-pipeline.yml @@ -2,7 +2,7 @@ name: CI/CD Pipeline on: push: - branches: [ main ] + branches: [ trunk ] jobs: build-and-deploy: runs-on: ubuntu-latest