Skip to content

Commit fb24775

Browse files
author
Andrew Brookins
committed
Follow the main branch for CI
1 parent 2523a98 commit fb24775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- '[0-9].[0-9]+' # matches to backport branches, e.g. 3.6
88
tags: [ 'v*' ]
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212
- '[0-9].[0-9]+'
1313
- 'update/pre-commit-autoupdate'
1414
schedule:

0 commit comments

Comments
 (0)