File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: "CI/CD"
22
33on :
44 pull_request :
5+ branches :
6+ - dev
7+ - main
58 types :
69 - opened
710 - synchronize
@@ -234,7 +237,7 @@ jobs:
234237 dotnet pack src/bunit.template/ -c Release -o ${GITHUB_WORKSPACE}/packages -p:RepositoryBranch=$BRANCH -p:ContinuousIntegrationBuild=true /p:PublicRelease=true
235238
236239 - name : Push packages to GitHub Package Registry
237- run : dotnet nuget push ${GITHUB_WORKSPACE}/packages/'*.nupkg' -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/egilx` /index.json --skip-duplicate --no-symbols true
240+ run : dotnet nuget push ${GITHUB_WORKSPACE}/packages/'*.nupkg' -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/egil /index.json --skip-duplicate --no-symbols true
238241
239242 - name : Push packages to NuGet
240243 if : github.event_name == 'release'
You can’t perform that action at this time.
0 commit comments