From 0c55e4c0bd2327af338b1d1a889b4db076c0066a Mon Sep 17 00:00:00 2001 From: sago35 Date: Tue, 31 Oct 2023 21:06:29 +0900 Subject: [PATCH] Extend CI triggers to include pull requests --- .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 aba4a2d..4fa57d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -on: [push] +on: [push, pull_request] jobs: smoketest: