Skip to content

Commit fb791ff

Browse files
committed
Update to use main branch
1 parent e9ae3bc commit fb791ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Python Test and Package
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
tags:
88
- 'v*'
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
package:

0 commit comments

Comments
 (0)