Skip to content

Commit d741525

Browse files
authored
Merge pull request #337 from ckipp01/update-branch
Update default branch from master to main
2 parents fe25bfb + 313d3e6 commit d741525

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)