update action to use prod branch

This commit is contained in:
Jai A 2024-08-15 20:32:45 -07:00
parent c7d8c8b104
commit 1b3744baa2
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C

View File

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