Skip to content

Commit 66bbcf3

Browse files
committed
push for all
1 parent 4852aae commit 66bbcf3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: .NET Build, Test and Publish
33
on:
44
push:
55
branches: ["main"]
6-
tags: ["v*"] # only trigger the publish steps on tags
76
pull_request:
87
branches: ["main"]
98

@@ -48,7 +47,7 @@ jobs:
4847
name: Publish to NuGet
4948
needs: build-and-pack
5049
runs-on: ubuntu-latest
51-
if: startsWith(github.ref, 'refs/tags/v') # only on tag pushes
50+
if: github.ref == 'refs/heads/main' # Run on push to main branch
5251
steps:
5352
- name: Download package artifacts
5453
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)