From 8075204a8130526535015d10fc49c261a4bf3f35 Mon Sep 17 00:00:00 2001 From: takumi-saito Date: Thu, 8 Feb 2024 22:18:43 +0900 Subject: [PATCH] fix --- .github/workflows/reg.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reg.yml b/.github/workflows/reg.yml index 7f315e58..94097345 100644 --- a/.github/workflows/reg.yml +++ b/.github/workflows/reg.yml @@ -2,6 +2,9 @@ name: Visual Regression Testing ## プルリクエストのスクリーンショットを保存するワークフロー on: + push: + branches: + - demo_reg_suit pull_request: types: [opened, reopened] @@ -69,4 +72,7 @@ jobs: body: | reg-suit report https://takumi-saito.github.io/VrtSampleApp/${{github.head_ref}} - edit-mode: replace \ No newline at end of file + edit-mode: replace + - name: Run reg-suit publish + run: | + yarn run reg-suit publish -n \ No newline at end of file