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: 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

View file

@ -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

View file

@ -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: