From 592aa9b3a83d9f60b2de3b07fee36f7c829c2715 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Thu, 1 Apr 2021 15:55:34 -0500 Subject: [PATCH] chore(ci): only run on push to master --- .github/workflows/CI.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f0114628..21e0ef0b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,7 +1,9 @@ name: CI on: - - push - - pull_request + pull_request: + push: + branches: + - master jobs: Test: