aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2021-05-20 19:21:34 +0200
committerGitHub <noreply@github.com>2021-05-20 19:21:34 +0200
commit9420bde09f425293dbb6bd2ad5f46ae1bd7e1373 (patch)
treef9b85625852fa7485c2b90a125a94fe07b9dda73 /.github
parent25de8faf10157ab0cb40f77c7cbf3143527c598e (diff)
downloadyosys-9420bde09f425293dbb6bd2ad5f46ae1bd7e1373.tar.gz
yosys-9420bde09f425293dbb6bd2ad5f46ae1bd7e1373.tar.bz2
yosys-9420bde09f425293dbb6bd2ad5f46ae1bd7e1373.zip
Run VS build on PRs and each push
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/vs.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/vs.yml b/.github/workflows/vs.yml
index 12b0cf003..a48821cf8 100644
--- a/.github/workflows/vs.yml
+++ b/.github/workflows/vs.yml
@@ -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