Update core_build.yml
Updated core_build.yml to include building master branch
This commit is contained in:
parent
c984991f59
commit
1fcd5a8514
7
.github/workflows/core_build.yml
vendored
7
.github/workflows/core_build.yml
vendored
@ -1,9 +1,10 @@
|
|||||||
name: core-build
|
name: core-build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- github-actions # just for testing and replace with release branch
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user