From eea33cbd18295a80271305fa5695455180745410 Mon Sep 17 00:00:00 2001 From: Ash Date: Sat, 21 Dec 2024 22:42:05 +1100 Subject: [PATCH] chore: Run CI builds for pull requests too --- .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 60c8bf2..d8e0464 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: Inkay-CI -on: push +on: +- push +- pull_request jobs: build-inkay: