Skip to content

Commit 46db0a9

Browse files
committed
Only run windows installer test on main (condition was removed in #241)
1 parent d82d8a2 commit 46db0a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
run: uv run ms2rescore --help
4646

4747
test-windows-installer:
48+
# Only run on push to main (e.g., after PR merge)
49+
if: ${{ github.ref == 'refs/heads/main' }}
4850
runs-on: windows-latest
4951
steps:
5052
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)