Follow the main branch for CI

This commit is contained in:
Andrew Brookins 2021-10-20 17:16:43 -07:00
parent 2523a98be6
commit fb24775d15

View file

@ -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: