From 809b3c717510c273153c40991731715205ea82ca Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:41:46 -0600 Subject: [PATCH] update to whitelist --- .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 5c0af0d..ede6b25 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,14 +17,10 @@ on: - 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: