mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
improve deploy workflow 4
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -3,7 +3,7 @@ name: "maybe deploy"
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v[0-9]+.[0-9]+.[0-9]+.*"
|
||||
- "v**"
|
||||
|
||||
|
||||
permissions:
|
||||
@@ -13,8 +13,6 @@ jobs:
|
||||
deploy:
|
||||
concurrency: "ci-${{ github.ref }}" # Recommended if you intend to make multiple deployments in quick succession.
|
||||
runs-on: "ubuntu-latest"
|
||||
needs: "check-early-exit"
|
||||
if: "needs.check-early-exit.outputs.should-deploy == 'true'"
|
||||
steps:
|
||||
- uses: "dawidd6/action-download-artifact@v3"
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user