Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbus authored Aug 28, 2020
1 parent b78b5dc commit 12b8f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ '**' ]
pull_request:
branches: [ master, develop, feature/**, dev/** ]
branches: [ '**' ]

jobs:
build:
Expand All @@ -18,4 +18,4 @@ jobs:
with:
java-version: 1.11
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml -DskipTests

0 comments on commit 12b8f71

Please sign in to comment.