From 6551c48f2dca0e61820fb12e01c5f87029a590a7 Mon Sep 17 00:00:00 2001 From: Smaug123 <3138005+Smaug123@users.noreply.github.com> Date: Thu, 30 May 2024 14:35:03 +0100 Subject: [PATCH] Path filters --- ShapeSifter/version.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ShapeSifter/version.json b/ShapeSifter/version.json index 2e87e59..cc0c02d 100644 --- a/ShapeSifter/version.json +++ b/ShapeSifter/version.json @@ -2,5 +2,14 @@ "version": "1.0", "publicReleaseRefSpec": [ "^refs/heads/main$" + ], + "pathFilters": [ + ":/", + ":^ShapeSifter.Test/", + ":^/.github/", + ":^/.config/", + ":^/hooks/", + ":^/analyzers/", + ":^/.editorconfig" ] }