Skip to content

Commit 5fb5a00

Browse files
committed
Merge branch 'hotfixes' into dev
2 parents 4280602 + 75764c6 commit 5fb5a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI Pipeline
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "dev" ]
66
workflow_dispatch:
77

88
jobs:
@@ -28,7 +28,7 @@ jobs:
2828
${{ runner.os }}-maven
2929
3030
- name: build project
31-
run: mvn -B clean install
31+
run: mvn clean install -DskipTests
3232

3333
docker_login_build_push:
3434
needs: app_build

0 commit comments

Comments
 (0)