From 2e852e4950da35910fbe29a5c737786e932c93fb Mon Sep 17 00:00:00 2001 From: nullishamy Date: Mon, 20 May 2024 12:50:11 +0100 Subject: [PATCH] ci: try running when PRs are pushed to --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d6b7d28..b974ec17 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: "Build test build on PRs" on: pull_request: - types: [opened, reopened] + types: [opened, reopened, synchronize] jobs: build: runs-on: ubuntu-latest