Skip to content

Commit

Permalink
infra: Run Chromatic only on PR events, not Push event (#2562)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar authored Oct 27, 2024
1 parent 67b630b commit eff27e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Chromatic

on: push
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit eff27e1

Please sign in to comment.