Skip to content

Commit a2887d7

Browse files
change ci
1 parent a935d56 commit a2887d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dotnet-publish.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ on:
44
push:
55
branches:
66
- master
7-
- '*.x'
7+
- "*.x"
88
# - feature/*
99
paths-ignore:
10-
- '**.md'
10+
- "**.md"
1111

1212
pull_request:
1313
branches:
1414
- master
15-
- '*.x'
15+
- "*.x"
1616
paths-ignore:
17-
- '**.md'
17+
- "**.md"
1818

1919
jobs:
2020
package:
2121
name: Package
22-
uses: sketch7/.github/.github/workflows/dotnet-package.yml@master
22+
uses: sketch7/.github/.github/workflows/dotnet-package.yml@feature/dotnet-lib-cache
2323
with:
2424
dotnet-version: 8.0.x
2525
publishable: ${{ contains(fromJSON('["develop", "master", "workflow", "feature/workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') }}

0 commit comments

Comments
 (0)