Skip to content

Commit 551b6dc

Browse files
authored
Update python-package.yml
1 parent 3c9ac06 commit 551b6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ name: Build
66
on:
77
push:
88
branches:
9-
- 'master'
9+
- 'main'
1010
- '[0-9].[0-9]+' # matches to backport branches, e.g. 3.6
1111
- dev
1212
pull_request:
1313
branches:
14-
- 'master'
14+
- 'main'
1515
- '[0-9].[0-9]+'
1616
schedule:
1717
- cron: '0 9 1 * *' # Runs at 09:00 UTC on the 1st of every month

0 commit comments

Comments
 (0)