Skip to content

Commit 2266224

Browse files
authored
Merge pull request #106 from Codeuctivity/stesee-patch-1
Update dotnet.yml
2 parents 96c8107 + 5d217be commit 2266224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
gh release create ${{env.CURRENT_VERSION}} ./ImageSharpCompare/bin/Release/*.*nupkg --generate-notes
5858
5959
deployTest:
60-
if: github.ref != 'refs/heads/release'
60+
if: github.ref == 'refs/heads/main'
6161
runs-on: ubuntu-latest
6262
needs: build
6363
steps:

0 commit comments

Comments
 (0)