Skip to content

Commit 2358fdc

Browse files
committed
ci: reenable workflow
1 parent ada800c commit 2358fdc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/chromatic.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: chromatic
22

33
on:
4-
# Temporarily disabled until we can get Storybook to build properly.
5-
# push:
6-
# branches:
7-
# - main
8-
# pull_request:
9-
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
108

119
concurrency:
1210
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}

0 commit comments

Comments
 (0)