Skip to content

Commit

Permalink
update to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 26, 2023
1 parent b77bce9 commit 69ff346
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ 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**"
- "rootfs/**"

# Build and deploy the image nightly (to ensure we pick up any security updates)
# schedule:
Expand Down

0 comments on commit 69ff346

Please sign in to comment.