From 6ff564fcc9ca7eac7f2c02e374163d6f7e5c8d79 Mon Sep 17 00:00:00 2001 From: Logan McAnsh Date: Tue, 15 Oct 2024 10:11:29 -0400 Subject: [PATCH] ci: limit paths for creating preview releases --- .github/workflows/preview.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 0406bc1b..07e8f894 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -1,7 +1,10 @@ name: 🚀 Release (preview) on: push: - branches: [main] + branches: + - main + paths: + - ./packages/* tags: - "!**" paths: