Skip to content

Commit 313d3e6

Browse files
committed
Update default branch from master to main
1 parent fe25bfb commit 313d3e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths-ignore:
66
- '*.md'
77
branches:
8-
- master
8+
- main
99
pull_request:
1010

1111
jobs:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
tags: ["*"]
77
jobs:
88
publish:

0 commit comments

Comments
 (0)