Skip to content

Commit

Permalink
Merge pull request #57 from fortanix/mkrause/chromatic-only-master
Browse files Browse the repository at this point in the history
Only run Chromatic on master by default
  • Loading branch information
mkrause authored Dec 12, 2024
2 parents 022f79b + 43a5d8c commit 4378054
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/chromatic.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: "Chromatic"

on: push
on:
push:
branches:
- master

jobs:
chromatic:
Expand Down

0 comments on commit 4378054

Please sign in to comment.