aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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