mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 13:20:11 +00:00
update white list
This commit is contained in:
parent
c63829e3b1
commit
3c50dd4129
1 changed files with 7 additions and 8 deletions
15
.github/workflows/deploy.yml
vendored
15
.github/workflows/deploy.yml
vendored
|
@ -17,14 +17,13 @@ on:
|
|||
branches:
|
||||
- main
|
||||
# Don't trigger if it's just a documentation update
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- "**.MD"
|
||||
- "**.yml"
|
||||
- "LICENSE"
|
||||
- ".gitattributes"
|
||||
- ".gitignore"
|
||||
- ".dockerignore"
|
||||
paths:
|
||||
- "rust/**"
|
||||
- "Dockerfile"
|
||||
- "Dockerfile.build_binary"
|
||||
- "rootfs/**"
|
||||
- "downloads/**"
|
||||
- ".env"
|
||||
|
||||
# Set workflow-wide environment variables
|
||||
# - REPO: repo name on dockerhub
|
||||
|
|
Loading…
Reference in a new issue