From 2d2f67ec425129af8a9aa6ee8de0ef59828890cf Mon Sep 17 00:00:00 2001 From: Maarten van Diemen <1440089+maartenvandiemen@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:22:20 +0100 Subject: [PATCH] Update CI workflow to trigger on pull requests and pushes --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5b1944..7ef7f46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,12 @@ name: Continuous Integration on: - workflow_dispatch: + pull_request: + branches: + - main + push: + branches: + - main permissions: contents: read