Skip to content

Commit 12b8f71

Browse files
authored
Update maven.yml
1 parent b78b5dc commit 12b8f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ '**' ]
66
pull_request:
7-
branches: [ master, develop, feature/**, dev/** ]
7+
branches: [ '**' ]
88

99
jobs:
1010
build:
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
java-version: 1.11
2020
- name: Build with Maven
21-
run: mvn -B package --file pom.xml
21+
run: mvn -B package --file pom.xml -DskipTests

0 commit comments

Comments
 (0)