[CI] Fix typo in CD

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

View file

@ -18,7 +18,7 @@ on:
jobs: jobs:
Build: Build:
runs-on: windows-latest 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: strategy:
matrix: matrix:
arch: [x64, x86] arch: [x64, x86]