From b3960c61e78aea1625bbe901c01e0b31099073c6 Mon Sep 17 00:00:00 2001 From: Marius Thesing Date: Sat, 16 Nov 2024 11:17:07 +0100 Subject: [PATCH] also run on pull_request --- .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 2d4191ca9..1c16cd30c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,8 @@ name: Build -on: [ push ] +on: + - push + - pull_request jobs: Linux: