From 6d77a742b859603c7b8763df126faad1dc4d485a Mon Sep 17 00:00:00 2001 From: Jonas Schiefner Date: Wed, 27 Sep 2023 13:34:28 +0100 Subject: [PATCH] run ci on push and 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 c31dae8..e6b9f43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,8 @@ name: Build -on: [push] +on: + push: + pull_request: jobs: build: