From 5031d0f0d88db90fc298fff7b3898baeaadee370 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Sun, 15 Feb 2026 17:33:45 +0200 Subject: [PATCH] ci: add workflow_dispatch trigger to token count workflow (#254) Allows manual triggering for testing and on-demand badge updates. Co-authored-by: Claude Opus 4.6 --- .github/workflows/update-tokens.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-tokens.yml b/.github/workflows/update-tokens.yml index b8dfc06..753da18 100644 --- a/.github/workflows/update-tokens.yml +++ b/.github/workflows/update-tokens.yml @@ -1,6 +1,7 @@ name: Update token count on: + workflow_dispatch: push: branches: [main] paths: ['src/**', 'container/**', 'launchd/**', 'CLAUDE.md']