From aeb0650a28698fdd9a015dd57045eda97849c676 Mon Sep 17 00:00:00 2001 From: setzer22 Date: Tue, 24 May 2022 16:54:17 +0200 Subject: [PATCH] Enable CI for pull requests --- .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 cc80afc..006a89f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,8 @@ -on: [push] +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] name: CI