Skip to content

Commit

Permalink
Also run build.yml on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco authored May 29, 2024
1 parent 8b0e88f commit 7191d81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push]
on: [push, pull_request]

jobs:
test:
Expand All @@ -18,6 +18,7 @@ jobs:
run: ./build.ps1 --target=Test
build:
runs-on: windows-latest
if: github.ref == 'refs/heads/master'
needs: test

steps:
Expand Down

0 comments on commit 7191d81

Please sign in to comment.