From 5c2b0d44a491bac9d3f9b47590ed3fe87ea69bf4 Mon Sep 17 00:00:00 2001 From: thc202 Date: Tue, 26 May 2026 07:33:50 +0100 Subject: [PATCH] Run CI only on push to main Do not run CI "twice" when dependabot creates the branches to update the dependencies. Signed-off-by: thc202 --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0316de6..90132ac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,8 @@ name: Check CI on: push: + branches: + - main pull_request: workflow_dispatch: