Skip to content

Commit 4eda48d

Browse files
authored
Only publish package from master branch
1 parent b35ede8 commit 4eda48d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ jobs:
6262
run: nuget pack
6363

6464
- name: Publish to GitHub Packages
65+
if: github.ref == 'refs/heads/master'
6566
run: dotnet nuget push *.nupkg

0 commit comments

Comments
 (0)