mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 06:15:26 +00:00
Make build workflows run if files that they're are described in change (#696)
* Make build workflows run if files that they're are described in change (closes #691) * Update
This commit is contained in:
parent
8ce210c532
commit
437afb1776
1
.github/workflows/build_bench.yml
vendored
1
.github/workflows/build_bench.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
paths:
|
||||
- images/bench/**
|
||||
- docker-bake.hcl
|
||||
- .github/workflows/build_bench.yml
|
||||
|
||||
schedule:
|
||||
# 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
|
||||
- docker-bake.hcl
|
||||
- example.env
|
||||
- .github/workflows/build_develop.yml
|
||||
|
||||
schedule:
|
||||
# Every day at 12:00 pm
|
||||
|
1
.github/workflows/build_stable.yml
vendored
1
.github/workflows/build_stable.yml
vendored
@ -13,6 +13,7 @@ on:
|
||||
- compose.yaml
|
||||
- docker-bake.hcl
|
||||
- example.env
|
||||
- .github/workflows/build_stable.yml
|
||||
|
||||
push:
|
||||
branches:
|
||||
|
Loading…
Reference in New Issue
Block a user