mirror of
https://github.com/Arlind-dev/sulej.ch.git
synced 2025-12-01 01:25:14 +01:00
chore(ci): run cloudflare pages deploy even if there's no release
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -117,7 +117,7 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-24.04
|
||||
needs: release
|
||||
if: github.ref == 'refs/heads/main' && needs.release.outputs.new_release_published == 'true'
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- name: Trigger Cloudflare Pages deploy
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user