mirror of
https://github.com/dwmkerr/hacker-laws.git
synced 2025-12-17 04:35:12 +01:00
build: only deploy on release
This commit is contained in:
2
.github/workflows/cicd.yaml
vendored
2
.github/workflows/cicd.yaml
vendored
@@ -87,6 +87,8 @@ jobs:
|
||||
name: github-pages
|
||||
url: ${{ steps.deployment.outputs.page_url }}
|
||||
runs-on: ubuntu-24.04
|
||||
needs: release
|
||||
if: ${{ needs.release.outputs.released }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user