mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +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:
|
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/*
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_REPO: shenxn/protonmail-bridge
|
DOCKER_REPO: shenxn/protonmail-bridge
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user