Skip to content

Commit c3ab7e6

Browse files
ci test
1 parent a2887d7 commit c3ab7e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dotnet-publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
- "*.x"
8-
# - feature/*
8+
- feature/*
99
paths-ignore:
1010
- "**.md"
1111

@@ -22,6 +22,7 @@ jobs:
2222
uses: sketch7/.github/.github/workflows/dotnet-package.yml@feature/dotnet-lib-cache
2323
with:
2424
dotnet-version: 8.0.x
25-
publishable: ${{ contains(fromJSON('["develop", "master", "workflow", "feature/workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') }}
25+
# publishable: ${{ contains(fromJSON('["develop", "master", "workflow", "feature/workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') }}
26+
publishable: true
2627
secrets:
2728
nuget-auth-token: ${{ secrets.NUGET_KEY }}

0 commit comments

Comments
 (0)