mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-20 06:27:04 +01:00
improve deploy workflow 2
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: "Continuous Integration"
|
name: "build"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -1,8 +1,8 @@
|
|||||||
name: "Deploy"
|
name: "maybe deploy"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: [ "Continuous Integration" ]
|
workflows: [ "build" ]
|
||||||
types: [ "completed" ]
|
types: [ "completed" ]
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user