From e7b6ae0d3c86996def1408581009fca35e6de5b8 Mon Sep 17 00:00:00 2001 From: Atharva Mulmuley Date: Tue, 27 Apr 2021 17:10:53 +0530 Subject: [PATCH] changed branch name in workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8c040c..9b9071b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ name: k8s-set-context on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ cluster-connect-2 ] + branches: [ cluster-connect ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: