From 21da693e0f51d6a38703d590c5aecc91cba9c295 Mon Sep 17 00:00:00 2001 From: Taro Matsuzawa Date: Wed, 13 Mar 2024 09:34:47 +0900 Subject: [PATCH] ci may work in pull request --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60cab64..25ede93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: Python package -on: [push] +on: [push, pull_request] jobs: build: