We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e548e9d + 58538dc commit b0e28f2Copy full SHA for b0e28f2
1 file changed
.github/workflows/publish.yml
@@ -2,8 +2,8 @@ name: Publish to NuGet
2
3
on:
4
push:
5
- branches:
6
- - main
+ # branches:
+ # - main
7
tags:
8
- 'v*'
9
workflow_dispatch:
@@ -29,6 +29,7 @@ jobs:
29
8.0.x
30
9.0.x
31
10.0.x
32
+ cache: true
33
34
- name: Build Core
35
run: dotnet build src/AutoSettingUI.Core/AutoSettingUI.Core.csproj --configuration Release -p:ContinuousIntegrationBuild=true
0 commit comments