From 23f05752b321de7671c2eda52389f173bdac39ed Mon Sep 17 00:00:00 2001 From: Tim Sarbin Date: Tue, 29 Dec 2020 15:24:17 -0500 Subject: [PATCH] Fix yaml errors --- .github/workflows/pullRequest.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pullRequest.yml b/.github/workflows/pullRequest.yml index 7089c18c..c0526e99 100644 --- a/.github/workflows/pullRequest.yml +++ b/.github/workflows/pullRequest.yml @@ -1,16 +1,15 @@ ---- name: pull_request on: - push: - branches: - - main - pull_request: - branches: - - main + push: + branches: + - main + pull_request: + branches: + - main jobs: build: - name: build + name: '' runs-on: self-hosted continue-on-error: true steps: