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:
schklom 2024-02-24 23:16:19 +00:00 committed by GitHub
parent 5b52d7c9aa
commit 6044ca1114
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,10 +8,12 @@ on:
paths: paths:
- .github/workflows/build.yaml - .github/workflows/build.yaml
- build/* - build/*
- deb/*
pull_request: pull_request:
paths: paths:
- .github/workflows/build.yaml - .github/workflows/build.yaml
- build/* - build/*
- deb/*
env: env:
DOCKER_REPO: shenxn/protonmail-bridge DOCKER_REPO: shenxn/protonmail-bridge