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: deploy:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
needs: release needs: release
if: always() if: github.ref == 'refs/heads/main' && needs.release.outputs.new_release_published == 'true'
steps: steps:
- name: Trigger Cloudflare Pages deploy - name: Trigger Cloudflare Pages deploy
run: | run: |