Build when deb/* changes
The build calls to Protonmail's repo and builds from it. When that repo changes (i.e. when deb/* changes), the image should be built again. Currently, that repo changed a few days ago, and the "build" image has not updated in a year. I don't see a reason to never update the image when the upstream repo updates frequently.
This commit is contained in:
parent
5b52d7c9aa
commit
6044ca1114
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -8,10 +8,12 @@ on:
|
|||
paths:
|
||||
- .github/workflows/build.yaml
|
||||
- build/*
|
||||
- deb/*
|
||||
pull_request:
|
||||
paths:
|
||||
- .github/workflows/build.yaml
|
||||
- build/*
|
||||
- deb/*
|
||||
|
||||
env:
|
||||
DOCKER_REPO: shenxn/protonmail-bridge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue