From 56b1c1036b0c2a0622367dc81124c2428f2c3940 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 18 Sep 2026 15:21:58 +0200 Subject: [PATCH] ci: trigger workflow 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 c369fe0..3364e78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ -on: push name: Continuous integration +on: + push: + branches: ['main'] + pull_request: + jobs: lints: name: Lints