From 59bd80f139c663185517805bddbd2f4576bbe738 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:42:16 -0500 Subject: [PATCH] Restore automation trigger (#614) --- .github/workflows/chromatic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 0ddc084e4..09b74deac 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -2,8 +2,8 @@ name: Chromatic on: workflow_dispatch: - #pull_request_review: - # types: [submitted] + pull_request_review: + types: [submitted] jobs: test: