From: Miodrag Milanović Date: Thu, 20 May 2021 17:21:34 +0000 (+0200) Subject: Run VS build on PRs and each push X-Git-Tag: yosys-0.10~201 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9420bde09f425293dbb6bd2ad5f46ae1bd7e1373;p=yosys.git Run VS build on PRs and each push --- 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