From 90178eeecd63ff2931aa7923e8914046ce29c698 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Sat, 30 Nov 2024 18:08:52 +0100 Subject: [PATCH] =?UTF-8?q?exclude=20'README.md'=20from=20=C2=BBSpring=20B?= =?UTF-8?q?oot=C2=AB=20workflow=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/spring-boot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/spring-boot.yml b/.github/workflows/spring-boot.yml index a5f910d..2fe7a2e 100644 --- a/.github/workflows/spring-boot.yml +++ b/.github/workflows/spring-boot.yml @@ -6,6 +6,7 @@ on: push: paths: - 'spring-boot/**' + - '!spring-boot/README.md' - '.github/workflows/spring-boot.yml' concurrency: