1
0
mirror of synced 2026-02-06 00:34:43 +00:00

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

View File

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