improve deploy workflow 2

This commit is contained in:
Yeicor
2024-03-03 19:52:18 +01:00
parent af39f09698
commit 2d268bed7f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: "Continuous Integration" name: "build"
on: on:
push: push:

View File

@@ -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" ]