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:
1
.github/workflows/update-tokens.yml
vendored
1
.github/workflows/update-tokens.yml
vendored
@@ -1,6 +1,7 @@
|
|||||||
name: Update token count
|
name: Update token count
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths: ['src/**', 'container/**', 'launchd/**', 'CLAUDE.md']
|
paths: ['src/**', 'container/**', 'launchd/**', 'CLAUDE.md']
|
||||||
|
|||||||
Reference in New Issue
Block a user