Skip to content

Commit

Permalink
Remove Release configuration matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Jan 26, 2025
1 parent 77cdde6 commit 21b0b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
configuration: [Debug, Release]
configuration: [Debug]
platform: [Any CPU]
env:
CONFIGURATION: ${{ matrix.configuration }}
Expand Down

0 comments on commit 21b0b60

Please sign in to comment.