Skip to content

Commit f6cd73f

Browse files
tamirddjc
authored andcommitted
.github: update branch name
The default branch is main, not master.
1 parent c425666 commit f6cd73f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
jobs:
88
build-msrv:
99
name: Build on MSRV (1.66)

0 commit comments

Comments
 (0)