From 97f162291a3583e02eff1468d156036f14ca2f49 Mon Sep 17 00:00:00 2001 From: Guilherme Macedo Date: Tue, 3 Jan 2023 15:26:14 -0300 Subject: [PATCH] Change Updatecli GH action reference branch (#6682) Signed-off-by: Guilherme Macedo --- .github/workflows/updatecli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index bd121eca64..5446bd38f6 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -15,7 +15,7 @@ permissions: jobs: updatecli: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' steps: - name: Checkout uses: actions/checkout@v3