Skip to content

Commit 740611b

Browse files
author
Corwin Smith
authored
Merge pull request #10272 from ethereum/revert-10224-gh-chromatic-job
Revert "Chromatic job - change event for the workflow"
2 parents b342383 + 3730c23 commit 740611b

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)