mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
Make build workflows run if files that they're are described in change (closes #691)
This commit is contained in:
parent
7831a097c4
commit
4487bfa46c
3 changed files with 4 additions and 0 deletions
1
.github/workflows/build_bench.yml
vendored
1
.github/workflows/build_bench.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- images/bench/**
|
- images/bench/**
|
||||||
- docker-bake.hcl
|
- docker-bake.hcl
|
||||||
|
- .github/workflows/build_bench.yml
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
# Every day at 12:00 pm
|
# Every day at 12:00 pm
|
||||||
|
|
|
||||||
1
.github/workflows/build_develop.yml
vendored
1
.github/workflows/build_develop.yml
vendored
|
|
@ -13,6 +13,7 @@ on:
|
||||||
- compose.yaml
|
- compose.yaml
|
||||||
- docker-bake.hcl
|
- docker-bake.hcl
|
||||||
- example.env
|
- example.env
|
||||||
|
- .github/workflows/build_develop.yml
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
# Every day at 12:00 pm
|
# Every day at 12:00 pm
|
||||||
|
|
|
||||||
2
.github/workflows/build_stable.yml
vendored
2
.github/workflows/build_stable.yml
vendored
|
|
@ -13,6 +13,7 @@ on:
|
||||||
- compose.yaml
|
- compose.yaml
|
||||||
- docker-bake.hcl
|
- docker-bake.hcl
|
||||||
- example.env
|
- example.env
|
||||||
|
- .github/workflows/build_stable.yml
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -26,6 +27,7 @@ on:
|
||||||
- compose.yaml
|
- compose.yaml
|
||||||
- docker-bake.hcl
|
- docker-bake.hcl
|
||||||
- example.env
|
- example.env
|
||||||
|
- .github/workflows/build_stable.yml
|
||||||
|
|
||||||
# Triggered from frappe/frappe and frappe/erpnext on releases
|
# Triggered from frappe/frappe and frappe/erpnext on releases
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue