Make build workflows run if files that they're are described in change (closes #691)

This commit is contained in:
Lev Vereshchagin 2022-03-14 12:54:26 +03:00
parent 7831a097c4
commit 4487bfa46c
3 changed files with 4 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:
@ -26,6 +27,7 @@ on:
- compose.yaml
- docker-bake.hcl
- example.env
- .github/workflows/build_stable.yml
# Triggered from frappe/frappe and frappe/erpnext on releases
repository_dispatch: