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 <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-02-15 17:33:45 +02:00
committed by GitHub
parent c467941804
commit 5031d0f0d8

View File

@@ -1,6 +1,7 @@
name: Update token count
on:
workflow_dispatch:
push:
branches: [main]
paths: ['src/**', 'container/**', 'launchd/**', 'CLAUDE.md']