From c068e8508ed8873161eb704b5e23b6b6a64ce37e Mon Sep 17 00:00:00 2001 From: Andy McKay Date: Tue, 21 Jul 2020 08:05:11 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 170330a..e95f9ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: pull_request: push: branches: # array of glob patterns matching against refs/heads. Optional; defaults to all - - master # triggers on pushes that contain changes in master + - main # triggers on pushes that contain changes in main jobs: test: