CI/CD: also build for develop
This commit is contained in:
parent
9286a6ae71
commit
e7a38ba291
1 changed files with 6 additions and 1 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -1,6 +1,11 @@
|
|||
---
|
||||
name: build
|
||||
"on": [push]
|
||||
|
||||
"on":
|
||||
push:
|
||||
branches: ["master", "develop"]
|
||||
pull_request:
|
||||
branches: ["master", "develop"]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue