From 1b3744baa2e94ad56ac03e29052bfe10a94a5782 Mon Sep 17 00:00:00 2001 From: Jai A Date: Thu, 15 Aug 2024 20:32:45 -0700 Subject: [PATCH] update action to use prod branch --- .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 66a2e5223..ce9b06645 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/main' + if: github.ref == 'refs/heads/prod' run: | curl -X POST \ -H "Authorization: Bearer ${{ secrets.CF_API_TOKEN }}" \