Skip to content

Commit

Permalink
Update generate_framework_packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
montyclt authored Jun 12, 2024
1 parent 0c18bdc commit e3a0375
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generate_framework_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
name: Generate OpinionatedFramework packages and push to NuGet Gallery

on:
workflow_dispatch:
push:
branches:
- 'main'

jobs:
build:
Expand Down Expand Up @@ -38,4 +40,4 @@ jobs:
run: |
for file in ./nupkgs/*.nupkg; do
dotnet nuget push "$file" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
done
done

0 comments on commit e3a0375

Please sign in to comment.