diff options
author | Miodrag Milanović <mmicko@gmail.com> | 2021-05-20 19:21:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 19:21:34 +0200 |
commit | 9420bde09f425293dbb6bd2ad5f46ae1bd7e1373 (patch) | |
tree | f9b85625852fa7485c2b90a125a94fe07b9dda73 | |
parent | 25de8faf10157ab0cb40f77c7cbf3143527c598e (diff) | |
download | yosys-9420bde09f425293dbb6bd2ad5f46ae1bd7e1373.tar.gz yosys-9420bde09f425293dbb6bd2ad5f46ae1bd7e1373.tar.bz2 yosys-9420bde09f425293dbb6bd2ad5f46ae1bd7e1373.zip |
Run VS build on PRs and each push
-rw-r--r-- | .github/workflows/vs.yml | 5 |
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 |