From deda0e4fa48e0ddb35c997aa4e8f286012f9e5fe Mon Sep 17 00:00:00 2001 From: Ben Adams Date: Thu, 25 Feb 2021 14:57:58 +0000 Subject: [PATCH] Update pull-request.yaml (#147) --- .github/workflows/pull-request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 17cde3e..f0fe4ca 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -1,9 +1,9 @@ name: Demystifier PR Build on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: