From fdeff312f210197325ff74614f0cb6d983ed4a7b Mon Sep 17 00:00:00 2001 From: Dejan Zdravkovic Date: Tue, 22 Aug 2023 20:52:12 +0200 Subject: [PATCH] format spring-boot.yml --- .github/workflows/spring-boot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spring-boot.yml b/.github/workflows/spring-boot.yml index b68e968c..550870f6 100644 --- a/.github/workflows/spring-boot.yml +++ b/.github/workflows/spring-boot.yml @@ -4,11 +4,11 @@ run-name: ${{ github.actor }} started CI on: workflow_dispatch: push: - branches: [ master ] + branches: [master] paths: - backend/spring-boot/** pull_request: - branches: [ master ] + branches: [master] paths: - backend/spring-boot/**