From 3c50dd41299355a140ee3d5a91ef011b49cf7034 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:29:35 -0600 Subject: [PATCH] update white list --- .github/workflows/deploy.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2d72303..531460d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,14 +17,13 @@ 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" + - "Dockerfile.build_binary" + - "rootfs/**" + - "downloads/**" + - ".env" # Set workflow-wide environment variables # - REPO: repo name on dockerhub