From 1c22623df48f039b2e3fd984371688e3226e6f1e Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 6 Mar 2020 18:39:17 -0800 Subject: [PATCH] Trigger GitHub actions build on either push and PR to master type: development --- .github/workflows/main.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f424a69..1713a7d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,6 +1,12 @@ name: Build -on: [push] +on: + push: + branches: + - master + pull_request: + branches: + - master jobs: all: