From 9584d802fc8f7e178e5c1682a26390173b6bbba6 Mon Sep 17 00:00:00 2001 From: Atharva Mulmuley Date: Wed, 28 Apr 2021 13:54:13 +0530 Subject: [PATCH] changed branch 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 39cbaa4e..dbe329e7 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: