Skip to content

Commit

Permalink
Do not publish packages on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyRaga committed Apr 26, 2024
1 parent ac70fc1 commit ef70708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
docker compose down
- name: Publish packages
if: (github.ref == 'refs/heads/main')
run: dotnet nuget push ${{ github.workspace }}/packages/**/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

- name: Tag published version
Expand Down

0 comments on commit ef70708

Please sign in to comment.