2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 10:39:02 +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:
Lev 2022-03-14 13:20:39 +03:00 committed by GitHub
parent 8ce210c532
commit 437afb1776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ on:
paths:
- images/bench/**
- docker-bake.hcl
- .github/workflows/build_bench.yml
schedule:
# Every day at 12:00 pm

View File

@ -13,6 +13,7 @@ on:
- compose.yaml
- docker-bake.hcl
- example.env
- .github/workflows/build_develop.yml
schedule:
# Every day at 12:00 pm

View File

@ -13,6 +13,7 @@ on:
- compose.yaml
- docker-bake.hcl
- example.env
- .github/workflows/build_stable.yml
push:
branches: