chore(ci): only deploy cloudflare pages on main

This commit is contained in:
2025-10-14 09:27:53 +02:00
committed by Arlind Sulejmani
parent b5d5d93d53
commit ad363a9726

View File

@@ -117,7 +117,7 @@ jobs:
deploy:
runs-on: ubuntu-24.04
needs: release
if: always()
if: github.ref == 'refs/heads/main' && needs.release.outputs.new_release_published == 'true'
steps:
- name: Trigger Cloudflare Pages deploy
run: |