···3131 test:
3232 name: Test (${{ matrix.platform }})
33333434- if: github.event_name != 'pull_request' || !startsWith(github.head_ref, 'release-plz-')
3434+ if: ${{ !(github.event_name == 'pull_request' && startsWith(github.head_ref, 'release-plz-')) }}
3535 # don't run on release-plz branches because they are updated only after
3636 # CI is already successful on main
3737···4242 - windows-latest
43434444 windows:
4545- - ${{github.event_name == 'workflow_dispatch'}}
4545+ - ${{ github.event_name == 'workflow_dispatch' }}
4646 # run on windows only on request
47474848 exclude: