projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25de8fa
)
Run VS build on PRs and each push
author
Miodrag Milanović
<mmicko@gmail.com>
Thu, 20 May 2021 17:21:34 +0000
(19:21 +0200)
committer
GitHub
<noreply@github.com>
Thu, 20 May 2021 17:21:34 +0000
(19:21 +0200)
.github/workflows/vs.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/vs.yml
b/.github/workflows/vs.yml
index 12b0cf00340549ddd8d1d34e3cefede54dd5430a..a48821cf803ab0e40c9517764990ec2803ab08c0 100644
(file)
--- 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