From a7c07013e9ee7e6508a1ae203397cf6e7b79792f Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:46:57 -0600 Subject: [PATCH] update to white list --- .github/workflows/deploy.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d0f74dd..cfdbda4 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/**" jobs: workflow-dispatch: