mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
Update setup_site.yml
This commit is contained in:
parent
6d0e8ad763
commit
eefa1e46e1
1 changed files with 4 additions and 1 deletions
5
.github/workflows/setup_site.yml
vendored
5
.github/workflows/setup_site.yml
vendored
|
|
@ -1,7 +1,10 @@
|
||||||
name: setup site base on provided image build for branch specified
|
name: setup site base on provided image build for branch specified
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_run:
|
||||||
|
workflows: ["Master Workflow"]
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup_sites:
|
setup_sites:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue