mirror of
https://github.com/Arlind-dev/sulej.ch.git
synced 2025-12-01 17:35: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:
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user