From 5fdba95847e449b1232d445e7419b2e9f78d9c62 Mon Sep 17 00:00:00 2001 From: JBolivarLi Date: Mon, 13 Nov 2023 15:56:59 +0300 Subject: [PATCH] create Skeleton Spring boot project Acceptance criteria: Spring boot project created --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 895b3bc..e5247f5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,9 +10,9 @@ name: Java CI with Maven on: push: - branches: [ "JRTB-0 " ] + branches: [ "main" ] pull_request: - branches: [ "JRTB-0 " ] + branches: [ "main" ] jobs: build: