From 6724fb42f9331068150e697d9916633deaafeda7 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sun, 19 Apr 2026 19:52:29 +0000 Subject: [PATCH] dont run CI on tag push --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3dc54f..d16131b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: iDescriptor CI (Linux) on: workflow_dispatch: push: + tags-ignore: + - "*" paths: - "**.cpp" - "**.h"