From 49715f558fedc5ec2f1264c3eedceb4d56a4cb17 Mon Sep 17 00:00:00 2001 From: ilia Date: Fri, 2 Jan 2026 21:05:47 -0500 Subject: [PATCH] chore: Update CI workflow to include a trigger comment - Add a comment to clarify the CI trigger mechanism for better understanding --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8db5b0a..d2473a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +# CI (triggered) name: CI on: