Skip to content

Commit 31cf2ae

Browse files
authored
Move from master -> main (#322)
1 parent 9d3f395 commit 31cf2ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'docs/**'
88
- '*.md'
99
branches:
10-
- master
10+
- main
1111
pull_request:
1212

1313
jobs:

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Release
22
on:
33
push:
4-
branches: [master]
4+
branches:
5+
- main
56
tags: ["*"]
67
jobs:
78
publish:

0 commit comments

Comments
 (0)