Build when deb/* changes (#97)

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.

---------

Co-authored-by: Simon Ungar Felding <45149055+simonfelding@users.noreply.github.com>
This commit is contained in:
schklom 2025-02-17 12:03:56 +00:00 committed by GitHub
parent 2745c6eb57
commit 8ffef34853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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