From 7191d813485b32b0c359d8de20d3a3d60789e680 Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Wed, 29 May 2024 02:12:51 +0200 Subject: [PATCH] Also run build.yml on PRs --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb75099c..3b15f21d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Build -on: [push] +on: [push, pull_request] jobs: test: @@ -18,6 +18,7 @@ jobs: run: ./build.ps1 --target=Test build: runs-on: windows-latest + if: github.ref == 'refs/heads/master' needs: test steps: