Skip to content

Commit

Permalink
Adds CI workflow for various branches
Browse files Browse the repository at this point in the history
* main, development**, bugfix**, feature**

Signed-off-by: Frank Schnicke <[email protected]>
  • Loading branch information
FrankSchnicke committed Oct 27, 2021
1 parent 03fa7ef commit 387a5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Java CI with Maven

on:
pull_request:
branches: [ development ]
branches: [ main, development**, bugfix**, feature** ]

jobs:
build:
Expand All @@ -21,4 +21,4 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml

0 comments on commit 387a5c2

Please sign in to comment.