From 1727621240155c4a61fc83fa164ed639e946c666 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Thu, 15 Aug 2024 13:30:52 -0400 Subject: [PATCH] Condition from main to master --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f49931..cd6f94e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: echo "" check-vars: needs: [process] - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest steps: - run: echo "instance address is -> ${{ vars.GIT_INSTANCE_ADDRESS }} "