From fcd543e777b7059fbedd862f47066b9b6ef0d212 Mon Sep 17 00:00:00 2001 From: Jakub Malinowski Date: Fri, 16 Jul 2021 14:52:50 +0200 Subject: [PATCH] fix: run CI on PRs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97bea23..779d7d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,7 @@ name: Continuous Integration on: push: + pull_request: branches: - main permissions: read-all