mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30: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:
|
branches:
|
||||||
- main
|
- main
|
||||||
# Don't trigger if it's just a documentation update
|
# Don't trigger if it's just a documentation update
|
||||||
paths-ignore:
|
paths:
|
||||||
- "**.md"
|
- "rust/**"
|
||||||
- "**.MD"
|
- "Dockerfile"
|
||||||
- "**.yml"
|
- "Dockerfile.build_binary"
|
||||||
- "LICENSE"
|
- "rootfs/**"
|
||||||
- ".gitattributes"
|
- "downloads/**"
|
||||||
- ".gitignore"
|
- ".env"
|
||||||
- ".dockerignore"
|
|
||||||
|
|
||||||
# Set workflow-wide environment variables
|
# Set workflow-wide environment variables
|
||||||
# - REPO: repo name on dockerhub
|
# - REPO: repo name on dockerhub
|
||||||
|
|
Loading…
Reference in a new issue