[CI] Fix typo in CD

This commit is contained in:
Calum Lind 2022-01-13 22:46:02 +00:00
parent 1696c69776
commit d14310078b
No known key found for this signature in database
GPG key ID: 90597A687B836BA3

View file

@ -18,7 +18,7 @@ on:
jobs:
Build:
runs-on: windows-latest
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows'))
if: (github.event_name != 'pull_request' || github.event.label.name == 'windows')
strategy:
matrix:
arch: [x64, x86]