Skip to content

Commit 7d22cb5

Browse files
committed
workflow updates
1 parent 73dd4f9 commit 7d22cb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "CI/CD"
22

33
on:
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'

0 commit comments

Comments
 (0)