From 25d1ed6d5cae337c20cfd7b669fe20d94e9b1d2e Mon Sep 17 00:00:00 2001 From: Kikuo Emoto Date: Thu, 23 Nov 2023 16:58:14 +0900 Subject: [PATCH] chore(gha): trigger CI on pull requests --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2fb61b..f23d94b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,10 @@ on: branches: - master - v0.7-sync + pull-request: + branches: + - master + - v0.7-sync jobs: