From 1fcd5a851464b5450a9b7f369471ce47984c4d45 Mon Sep 17 00:00:00 2001 From: Antz Date: Fri, 5 Mar 2021 08:34:24 +0000 Subject: [PATCH] Update core_build.yml Updated core_build.yml to include building master branch --- .github/workflows/core_build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index 5fb3549b..33aa5166 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -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: