Add path filter to build
This commit is contained in:
parent
b8296a70d6
commit
749db89b91
1 changed files with 9 additions and 0 deletions
9
.github/workflows/main.yaml
vendored
9
.github/workflows/main.yaml
vendored
|
|
@ -5,6 +5,15 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- dev
|
- dev
|
||||||
|
paths:
|
||||||
|
- .github/workflows/main.yaml
|
||||||
|
- .dockerignore
|
||||||
|
- Dockerfile
|
||||||
|
- entrypoint.sh
|
||||||
|
- gpgparams
|
||||||
|
- install.sh
|
||||||
|
- set-env.sh
|
||||||
|
- VERSION
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_TAG: shenxn/protonmail-bridge
|
DOCKER_TAG: shenxn/protonmail-bridge
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue