Run VS build on PRs and each push

This commit is contained in:
Miodrag Milanović 2021-05-20 19:21:34 +02:00 committed by GitHub
parent 25de8faf10
commit 9420bde09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -1,15 +1,12 @@
name: Visual Studio Build name: Visual Studio Build
on: on: [push, pull_request]
workflow_dispatch:
jobs: jobs:
yosys-vcxsrc: yosys-vcxsrc:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
ref: 'master'
- name: Cache sources - name: Cache sources
id: cache-sources id: cache-sources
uses: actions/cache@v2 uses: actions/cache@v2