CI fixes
This commit is contained in:
parent
c59729c4d9
commit
c5983739df
2 changed files with 5 additions and 5 deletions
6
.github/workflows/buildReporting_Java11.yml
vendored
6
.github/workflows/buildReporting_Java11.yml
vendored
|
@ -5,9 +5,9 @@ name: Java CI with Maven
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -22,4 +22,4 @@ jobs:
|
|||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
- name: Build with Maven
|
||||
run: mvn clean install -e -P let_reporting
|
||||
run: mvn clean install
|
||||
|
|
4
.github/workflows/buildReporting_Java8.yml
vendored
4
.github/workflows/buildReporting_Java8.yml
vendored
|
@ -5,9 +5,9 @@ name: Java CI with Maven
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, development]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [main, development]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue