dont run CI on tag push

This commit is contained in:
uncor3
2026-04-19 19:52:29 +00:00
parent 5f1158565c
commit 6724fb42f9
+2
View File
@@ -3,6 +3,8 @@ name: iDescriptor CI (Linux)
on:
workflow_dispatch:
push:
tags-ignore:
- "*"
paths:
- "**.cpp"
- "**.h"