Skip to content

Commit

Permalink
pkp/pkp-lib#7527 Run chromatic also for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Nov 22, 2023
1 parent cf9267c commit a3e4289
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
name: 'Chromatic'

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

# List of jobs
jobs:
Expand Down

0 comments on commit a3e4289

Please sign in to comment.