Skip to content

Commit

Permalink
Merge pull request #106 from Codeuctivity/stesee-patch-1
Browse files Browse the repository at this point in the history
Update dotnet.yml
  • Loading branch information
stesee authored May 2, 2024
2 parents 96c8107 + 5d217be commit 2266224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
gh release create ${{env.CURRENT_VERSION}} ./ImageSharpCompare/bin/Release/*.*nupkg --generate-notes
deployTest:
if: github.ref != 'refs/heads/release'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 2266224

Please sign in to comment.