From 567c44740bb711f987fa096970b19cfbfca00fec Mon Sep 17 00:00:00 2001 From: Piotr Adamczyk Date: Sat, 18 May 2024 23:21:35 +0200 Subject: [PATCH] Run CI on pull request --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7ada3d..8817b90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: CI on: + pull_request: push: branches: - main