Skip to content

Commit

Permalink
Implemented an enhancement by adding overloads to methods, enabling t…
Browse files Browse the repository at this point in the history
…he comparison of images with varying dimensions.
  • Loading branch information
stesee authored Mar 23, 2023
2 parents 8422767 + 9926f9d commit 0bef844
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 @@ -28,7 +28,7 @@ jobs:
run: dotnet test --no-build --verbosity normal --configuration Release

deployRelease:
if: github.ref == 'refs/heads/release'
if: startsWith(github.ref, 'refs/heads/release')
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 0bef844

Please sign in to comment.