Skip to content

Commit cb4f87e

Browse files
committed
fix branch name
1 parent a4053ab commit cb4f87e

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
@@ -1,7 +1,7 @@
11
name: Publish NuGet Package
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
jobs:
66
build-and-push:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)