From fb24775d15091f06099a2307d3dfd815f680edad Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Wed, 20 Oct 2021 17:16:43 -0700 Subject: [PATCH] Follow the main branch for CI --- .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 51911dc..db6bba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,12 +3,12 @@ name: CI on: push: branches: - - master + - main - '[0-9].[0-9]+' # matches to backport branches, e.g. 3.6 tags: [ 'v*' ] pull_request: branches: - - master + - main - '[0-9].[0-9]+' - 'update/pre-commit-autoupdate' schedule: