Skip to content

Commit 3b7865d

Browse files
authored
Update rpe_test.yml
1 parent 369b098 commit 3b7865d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rpe_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ jobs:
206206
echo ${{ github.ref }}
207207
208208
- name: Upload Package
209-
#if: ${{ github.ref == 'refs/heads/main' && matrix.os != 'windows-latest' }}
210-
if: ${{ matrix.os != 'windows-latest' }}
209+
if: ${{ github.ref == 'refs/heads/main' && matrix.os != 'windows-latest' }}
211210
uses: actions/[email protected]
212211
with:
213212
name: rapid_power_estimator_${{ matrix.os }}

0 commit comments

Comments
 (0)