ci: fix windows build
This commit is contained in:
parent
458d23ebc4
commit
c559334e69
|
@ -86,7 +86,7 @@ jobs:
|
|||
|
||||
windows:
|
||||
runs-on: windows-2019
|
||||
if: ! startsWith(github.ref_name, 'e')
|
||||
if: startsWith(github.ref_name, 'v')
|
||||
needs: prepare
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in New Issue