Skip to content

Commit 0f537c8

Browse files
authored
Merge pull request #9788 from hugovk/test-main
Run CI on main not master
2 parents 88464be + ec59cc0 commit 0f537c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
tags:
77
# Tags for all potential release numbers till 2030.
88
- "2[0-9].[0-3]" # 20.0 -> 29.3

0 commit comments

Comments
 (0)