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:
co-authored by
Claude Opus 4.6
parent
c467941804
commit
5031d0f0d8
@@ -1,6 +1,7 @@
|
||||
name: Update token count
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
paths: ['src/**', 'container/**', 'launchd/**', 'CLAUDE.md']
|
||||
|
||||
Reference in New Issue
Block a user