From 5a9b21762952c4573a02f87ef194ea7edd2ea5c9 Mon Sep 17 00:00:00 2001 From: Hammy <58985301+sgoudham@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:16:09 +0000 Subject: [PATCH] ci(previews): screw it, just run on `pull_request` (#346) --- .github/workflows/previews.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/previews.yml b/.github/workflows/previews.yml index c4ce942c..75175c6f 100644 --- a/.github/workflows/previews.yml +++ b/.github/workflows/previews.yml @@ -2,6 +2,16 @@ name: Generate Previews on: workflow_dispatch: + pull_request: + types: + - opened + - synchronize + branches: + - main + paths: + - 'icons/**' + - scripts/icons/preview.ts + - scripts/catwalk.ts jobs: generate-previews: