Skip to content

Commit 06deb6e

Browse files
committed
Fix master/main branch name.
1 parent ab68945 commit 06deb6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish NuGet Package
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
77
- 'release/**'
88
tags:
99
- 'v*'

0 commit comments

Comments
 (0)