Skip to content

Commit

Permalink
Fix ref for deploy, too
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Mar 19, 2024
1 parent 28bbd14 commit c91459a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tbd-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
SANITY_TOKEN: ${{ secrets.SANITY_TOKEN }}
SANITY_WEBHOOK_SECRET: ${{ secrets.SANITY_WEBHOOK_SECRET }}
- name: Upload site build
if: github.ref == 'refs/heads/main'
# Switch to 'refs/heads/main' when merged
if: github.ref == 'refs/heads/refactor/the-great-cms-migration'
uses: actions/upload-artifact@v3
with:
name: site
Expand Down

0 comments on commit c91459a

Please sign in to comment.