Skip to content

Commit

Permalink
Trying to fix issue #31
Browse files Browse the repository at this point in the history
  • Loading branch information
rliberoff committed Jan 17, 2024
1 parent e2a325a commit d0d43be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
workflow_dispatch:

env:
BuildConfiguration: ${{ startsWith(github.ref, 'refs/heads/releases') && 'Release' || 'Debug' }}
BuildConfiguration: ${{ (startsWith(github.ref, 'refs/heads/releases') || startsWith(github.ref, 'refs/main')) && 'Release' || 'Debug' }}

jobs:
CI:
Expand Down

0 comments on commit d0d43be

Please sign in to comment.