From de0eaa5319df5b4b416cbcf56c7bac4aed9f9ad7 Mon Sep 17 00:00:00 2001 From: Alexander Druz Date: Fri, 20 Oct 2023 11:20:00 +0200 Subject: [PATCH] Also run CI workflow on `pull_request` event --- .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 92b14aa9..b7297a8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ name: CI -on: push +on: + - push + - pull_request # As long as we use local actions, checkout should be made in workflow before # and not in the local actions. Otherwise, no action file found.