diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d65a53a..1a3463e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,14 +16,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/**" # Set workflow-wide environment variables # - REPO: repo name on dockerhub