From a8535befb710bb317058c3bce77caa21815d8c54 Mon Sep 17 00:00:00 2001 From: Antz Date: Fri, 5 Mar 2021 08:39:48 +0000 Subject: [PATCH] Corrected syntax error in yml --- .github/workflows/core_build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index 33aa5166..691f7f6d 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -1,10 +1,9 @@ name: core-build on: push: - branches: - - master + branches: [ master ] pull_request: - - master + branches: [ master ] jobs: build: