From 24b3308d689fdfc56eb76f921360c6044827a968 Mon Sep 17 00:00:00 2001 From: ManiMatter <124743318+ManiMatter@users.noreply.github.com> Date: Sun, 3 Mar 2024 11:04:27 +0100 Subject: [PATCH] Stop creating new dev-image when just readme changed --- .github/workflows/dev.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 7c6c5b7..581942c 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -3,6 +3,9 @@ name: Unit Tests & Dev Deployment on: push: branches: [ "dev" ] + paths: + - '**/*' + - '!README.md' jobs: unit-tests: @@ -89,4 +92,4 @@ jobs: with: package-name: 'decluttarr' package-type: 'container' - delete-only-untagged-versions: 'true' \ No newline at end of file + delete-only-untagged-versions: 'true'