mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 00:17:10 +00:00
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:
parent
2745c6eb57
commit
8ffef34853
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user