From ed153f8ece122bae3135fc97c87e52831233471d Mon Sep 17 00:00:00 2001 From: Ruins <2362084+xruins@users.noreply.github.com> Date: Mon, 6 Apr 2026 12:19:32 +0900 Subject: [PATCH] Update GitHub Actions to trigger on pull requests --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e4b87d..5952e3d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,9 @@ name: Build and Test on: push: - pull-request: - - opened + branches: + - main + pull_request: branches: - main