fix: add workflow_dispatch trigger to test badge workflow (#102)
Allows manual triggering of the badge update workflow, useful when the ANSI fix or other workflow-only changes need to take effect without waiting for source code changes.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
name: Update Test Badges
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user