github actions
This commit is contained in:
parent
7d412c18cb
commit
8895edafbe
1 changed files with 4 additions and 2 deletions
6
.github/workflows/buildReporting_Java11.yml
vendored
6
.github/workflows/buildReporting_Java11.yml
vendored
|
@ -5,9 +5,11 @@ name: Java CI with Maven
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [main, development]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [main, development]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue