Skip to content

Commit b0261a8

Browse files
authored
Add test build workflow for PRs (#113)
1 parent c8b9f38 commit b0261a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
test:
@@ -18,6 +18,7 @@ jobs:
1818
run: ./build.ps1 --target=Test
1919
build:
2020
runs-on: windows-latest
21+
if: github.ref == 'refs/heads/master'
2122
needs: test
2223

2324
steps:

0 commit comments

Comments
 (0)