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 }}" \