From c46bc2367d12218711d1f73921a0c86f7d3b8be0 Mon Sep 17 00:00:00 2001 From: Kevin Schweikert <54439512+kevinschweikert@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:35:45 +0200 Subject: [PATCH] Run CI on PRs --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3daabf8..ff1a524 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,8 @@ -on: push +on: + pull_request: + push: + branches: + - main jobs: test: