From d0e485a67524b5046336653dc2a844ef7e8199b2 Mon Sep 17 00:00:00 2001 From: patrickniyogitare28 Date: Tue, 15 Mar 2022 06:13:30 +0200 Subject: [PATCH] chore(cicd pipeline): chaged default branch --- .github/workflows/.ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.ci-cd.yml b/.github/workflows/.ci-cd.yml index b58a789..952e29b 100644 --- a/.github/workflows/.ci-cd.yml +++ b/.github/workflows/.ci-cd.yml @@ -2,9 +2,9 @@ name: Test CI-CD on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: build: