Skip to content

Commit

Permalink
Merge branch 'main' into subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically authored Aug 16, 2024
2 parents 73de581 + 1b3744b commit 97b2615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" \
Expand Down

0 comments on commit 97b2615

Please sign in to comment.