From df7c1409cec92607de84d9a49f3258d356d00a9e Mon Sep 17 00:00:00 2001 From: Simon G <21110158+SimonG96@users.noreply.github.com> Date: Thu, 1 Sep 2022 10:47:24 +0200 Subject: [PATCH] - run CI for PRs as well --- .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 e2d0db5..2f85053 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: CI -on: [push] +on: + push: + + pull_request: + types: [opened, reopened, edited] jobs: build: