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 aa9b4ac commit 0368bd4
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ on:
branches:
- main
# Don't trigger if it's just a documentation update
paths-ignore:
- "**.md"
- "**.MD"
- "**.yml"
- "**.yaml"
- "LICENSE"
- ".gitattributes"
- ".gitignore"
- ".dockerignore"
paths:
- "rust/**"
- "Dockerfile**"
- "rootfs/**"

workflow_call:
repository_dispatch:
types: build_on_dep_container_update
Expand Down

0 comments on commit 0368bd4

Please sign in to comment.