From 9170087739eff918f4e6d34df58758ad07319732 Mon Sep 17 00:00:00 2001 From: Maarten van Diemen <1440089+maartenvandiemen@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:19:46 +0100 Subject: [PATCH] Update CI workflow to use manual trigger only Removed automatic triggers for pull requests and pushes to main branch. --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ef7f46..f5b1944 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,7 @@ name: Continuous Integration on: - pull_request: - branches: - - main - push: - branches: - - main + workflow_dispatch: permissions: contents: read