Skip to content

Commit

Permalink
update deploy whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 26, 2023
1 parent 3c93505 commit e94eac8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ on:
push:
branches:
- main
paths-ignore:
- "**.md"
- "**.MD"
paths:
- "rust/**"
- "Dockerfile"
- "Dockerfile.build_binary"
- "rootfs/**"

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

0 comments on commit e94eac8

Please sign in to comment.