From ff681be9b2b8d21ccda0cce0ae9eec309276a0f3 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Tue, 27 Sep 2022 12:24:49 +0900 Subject: [PATCH] Improved CI setting --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0d4279..a33a86e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ --- name: CI -"on": push +on: # yamllint disable-line rule:truthy + push: + pull_request: + branches: + - '**' jobs: ci: