From 7f2eceecf1c467e21be259bae9df60d76dc82e64 Mon Sep 17 00:00:00 2001 From: Alexandre Asselin Date: Wed, 29 Nov 2023 23:35:09 -0500 Subject: [PATCH] Update icon-generator.yml --- .github/workflows/icon-generator.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/icon-generator.yml b/.github/workflows/icon-generator.yml index c9bac7bc1..7186d5805 100644 --- a/.github/workflows/icon-generator.yml +++ b/.github/workflows/icon-generator.yml @@ -3,9 +3,6 @@ name: Icon Generator # Pnpm setup based on https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time on: - push: - paths: - - "packages/svg-icons/src/icons/**" pull_request: paths: - "packages/svg-icons/src/icons/**"