Skip to content

Commit a50617f

Browse files
committed
7. attempt github package push
1 parent a055221 commit a50617f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/CI.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- dev
57
paths-ignore:
6-
- 'docs/**'
8+
- 'docs/**'
9+
pull_request:
10+
branches:
11+
- dev
12+
paths-ignore:
13+
- 'docs/**'
714

815
env:
916
VERSION: ''
@@ -60,4 +67,4 @@ jobs:
6067
dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}/packages
6168
dotnet test ${GITHUB_WORKSPACE}/Test
6269
- name: Push packages to GitHub Packages
63-
run: dotnet nuget push '${{GITHUB_WORKSPACE}}/packages/*.nupkg' --skip-duplicate
70+
run: dotnet nuget push ${{GITHUB_WORKSPACE}}/packages/'*.nupkg' --skip-duplicate

0 commit comments

Comments
 (0)