Skip to content

Commit 998302b

Browse files
committed
build: only deploy on release
1 parent be78a7b commit 998302b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
name: github-pages
8888
url: ${{ steps.deployment.outputs.page_url }}
8989
runs-on: ubuntu-24.04
90+
needs: release
91+
if: ${{ needs.release.outputs.released }}
9092
steps:
9193
- name: Checkout
9294
uses: actions/checkout@v4

0 commit comments

Comments
 (0)