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