From e50b945291219fe7c56c97108729ab5c163370e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20W=C3=BCrbach?= Date: Wed, 11 Oct 2023 09:51:27 +0200 Subject: [PATCH] chore: run CI on PRs --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba5cf38..ebb6575 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,8 +2,8 @@ name: ci permissions: contents: read on: - push: - branches: '!main' + pull_request: + branches: [main] jobs: containers: runs-on: ubuntu-latest