From 3cde69b0f0041eae1ca9630462f22e2ee8c74d5f Mon Sep 17 00:00:00 2001 From: Mgrdich Date: Sat, 4 May 2024 00:36:39 +0400 Subject: [PATCH 1/2] BE: Fix pom.xml spacing --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 30f482e..52b13ea 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,6 @@ Demo project for Spring Boot pom - 17 From 6af1511886eade1193df924ab7aac2ffcaf3e6be Mon Sep 17 00:00:00 2001 From: Mgrdich Date: Sat, 4 May 2024 00:37:38 +0400 Subject: [PATCH 2/2] chore: minor syntax fix in the backend workflow --- .github/workflows/backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index ae90a1d..048f0c0 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -3,14 +3,14 @@ on: push: branches: [ main ] paths: - - 'backend/**' # Only trigger on changes in the frontend directory + - 'backend/**' # Only trigger on changes in the backend directory - 'mvnw' - 'mvnw.cmd' - 'pom.xml' pull_request: branches: [ main ] paths: - - 'backend/**' # Only trigger on changes in the frontend directory + - 'backend/**' # Only trigger on changes in the backend directory - 'mvnw' - 'mvnw.cmd' - 'pom.xml'