Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 09:58:08 +01:00
parent 1a3a2ce5cb
commit 44e2730baa

View File

@ -1,14 +1,14 @@
name: CI
on:
push:
branches: [feature/github-actions-for-windows-compilers ]
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-visual-studio:
runs-on: [windows]
runs-on: windows
steps:
- name: Checkout