Skip to content

Commit b0e28f2

Browse files
authored
Merge pull request #8 from StarryXYJ/dev
优化工作流
2 parents e548e9d + 58538dc commit b0e28f2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Publish to NuGet
22

33
on:
44
push:
5-
branches:
6-
- main
5+
# branches:
6+
# - main
77
tags:
88
- 'v*'
99
workflow_dispatch:
@@ -29,6 +29,7 @@ jobs:
2929
8.0.x
3030
9.0.x
3131
10.0.x
32+
cache: true
3233

3334
- name: Build Core
3435
run: dotnet build src/AutoSettingUI.Core/AutoSettingUI.Core.csproj --configuration Release -p:ContinuousIntegrationBuild=true

0 commit comments

Comments
 (0)