From 5a2827aa6e128287e0d4c18775831342c06dbd89 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Mon, 24 Nov 2025 09:38:33 +0100 Subject: [PATCH] Avoid running CI twice on release/tag --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46b11a8..52ef956 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: CI on: push: + branches: + - '**' # ignore tags - they run CI separately pull_request: workflow_dispatch: