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:
|
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
|
||||||
|
1
.github/workflows/build_stable.yml
vendored
1
.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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user