From 0c2440b7b6bb71e91f659b82588f2dc82b5ba321 Mon Sep 17 00:00:00 2001 From: Hiroki Matsui <45871417+matsui-hiro@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:04:01 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dea5d09..0d300ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,9 @@ name: build -on: [push] +on: + push: + pull_request: jobs: test: