From 691f72c4166b787f73d92bcc0a82f235b9361f2b Mon Sep 17 00:00:00 2001 From: Doug Aitken Date: Thu, 5 Aug 2021 16:48:35 +0100 Subject: [PATCH] update CI to use main branch --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f684d813..05dfb84d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: