Update core_build.yml

Updated core_build.yml to include building master branch
This commit is contained in:
Antz 2021-03-05 08:34:24 +00:00 committed by GitHub
parent c984991f59
commit 1fcd5a8514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,10 @@
name: core-build
on:
push:
branches:
- github-actions # just for testing and replace with release branch
pull_request:
branches:
- master
pull_request:
- master
jobs:
build: