From 76414c897190b831f172bb61fe2c953f306fe659 Mon Sep 17 00:00:00 2001 From: Cheng Date: Mon, 17 Nov 2025 07:19:01 +0900 Subject: [PATCH] Run CI for pushes (#2777) --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 542db841e..3a0fadade 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -1,6 +1,6 @@ name: Build and Test -on: pull_request +on: [pull_request, push] permissions: contents: read