Skip to content

Commit

Permalink
chore: update chromatic actions to run when commiting to the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Oct 18, 2024
1 parent 82a2705 commit 903e643
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/chromatic-design-system.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: 'Chromatic Design System '

# Event for the workflow
on: [pull_request]
on:
pull_request:
types: [opened, synchronize]

# List of jobs
jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: 'Chromatic'

# Event for the workflow
on: [pull_request]
on:
pull_request:
types: [opened, synchronize]

# List of jobs
jobs:
Expand Down

0 comments on commit 903e643

Please sign in to comment.