Skip to content

Commit 5962589

Browse files
authored
chore: allow manual chromatic workflow dispatch (#8445)
1 parent 2e1125e commit 5962589

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/chromatic.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: 'chromatic'
22

3-
on: push
3+
on:
4+
push:
5+
workflow_dispatch:
46

57
jobs:
68
chromatic:

0 commit comments

Comments
 (0)