Skip to content

Commit

Permalink
ci: trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Mar 31, 2024
1 parent d2fd0c1 commit 2026da2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/screenshot_capture.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2026da2

Please sign in to comment.