Skip to content

Commit ff3611e

Browse files
authored
Update deploy.yml
1 parent 1847153 commit ff3611e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
run: dotnet pack -c Release --version-suffix ${{ steps.gitversion.outputs.nuGetVersion }}
3434

3535
- name: Publish
36-
if: github.event_name != 'pull_request' && (github.ref_name == 'master' || github.ref_name == 'develop')
36+
if: github.event_name != 'pull_request' && (github.ref_name == 'master')
3737
run: |
3838
dotnet nuget push **/*.nupkg --source 'https://api.nuget.org/v3/index.json' --skip-duplicate -k ${{ secrets.NUGETKEY }} --no-symbols 1

0 commit comments

Comments
 (0)