From 2026da20979a3cd738f985a95933e330d0ac470b Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Sun, 31 Mar 2024 14:00:47 -0700 Subject: [PATCH] ci: trigger --- .github/workflows/screenshot_capture.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/screenshot_capture.yaml b/.github/workflows/screenshot_capture.yaml index 05d41724bf..83431ccf7c 100644 --- a/.github/workflows/screenshot_capture.yaml +++ b/.github/workflows/screenshot_capture.yaml @@ -4,11 +4,15 @@ name: Screenshot Capture # The screenshots can be used to compare the visual appearance of the website before and after a release. # The workflow Visual Comparison uses these screenshots to generate a visual comparison report. +# on: +# workflow_run: +# workflows: ["Release to Production"] +# types: [completed] +# workflow_dispatch: + on: - workflow_run: - workflows: ["Release to Production"] - types: [completed] - workflow_dispatch: + push: + branches: [visual-tests] env: