From 51f3174609b139e66737920e3bc7f99994cc3c0c Mon Sep 17 00:00:00 2001 From: Jai A Date: Wed, 31 Jul 2024 12:48:37 -0700 Subject: [PATCH] fix purge gh action --- .github/workflows/frontend-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-pages.yml b/.github/workflows/frontend-pages.yml index 88ee9d43..2496a129 100644 --- a/.github/workflows/frontend-pages.yml +++ b/.github/workflows/frontend-pages.yml @@ -19,7 +19,7 @@ jobs: githubToken: ${{ secrets.GITHUB_TOKEN }} commitHash: ${{ steps.push-changes.outputs.commit-hash }} - name: Purge cache - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' run: | curl -X \ -H "Authorization: ${{ secrets.CF_API_TOKEN }}" \