chore(ci): run cloudflare pages deploy even if there's no release

This commit is contained in:
2025-10-14 09:31:17 +02:00
committed by Arlind Sulejmani
parent ad363a9726
commit 4fdcfba3bf

View File

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