From 1765224425d30e48786f01c5e9c38d83c00f0868 Mon Sep 17 00:00:00 2001 From: "Stefan J. Betz" Date: Tue, 22 Oct 2024 05:35:05 +0200 Subject: [PATCH] also build on pull requests --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfa6ba2..01fc278 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,7 @@ name: Build -on: [push] +on: + push: + pull_request: jobs: build: