added build vor dev branch
This commit is contained in:
parent
9066bdeec9
commit
16f9f41551
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildReporting.yml
vendored
4
.github/workflows/buildReporting.yml
vendored
|
@ -5,9 +5,9 @@ name: build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [master, development]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [master, development]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue