Skip to content

Commit 3730c23

Browse files
authored
Revert "Chromatic job - change event for the workflow"
1 parent b342383 commit 3730c23

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/chromatic.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ name: Chromatic Publish and Testing
55

66
# Event for the workflow
77
on:
8-
push:
8+
pull_request:
9+
types:
10+
- opened
11+
- synchronize
12+
- ready_for_review
913
paths:
1014
# Only run on file changes in any of these paths
1115
- "src/components/**/*"

0 commit comments

Comments
 (0)