From 7a1597e5fa707e58586fac57d66abcc51130e33b Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 23 Jul 2024 08:29:08 +0200 Subject: [PATCH] ci(build): run workflow 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 cf4a9db50..950cd250a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,12 @@ name: Build on: - push: branches: - '**' + pull_request: + branches: + - '**' # Allow manual dispatch in GH workflow_dispatch: