From 88e736ea4109f511ed77c7cf4ef9f8b99bcfb3c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sun, 19 Mar 2023 16:00:20 +0100 Subject: [PATCH] ci: also run tests for PRs from forks Fixes CI not running in #262 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac9ee53..8c78cfc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,7 @@ name: CI on: push: workflow_call: + pull_request: jobs: api: