From af796bcdd1edcca46e4fc3acb628227c6ebf995b Mon Sep 17 00:00:00 2001 From: Pascal Wilbrink Date: Wed, 15 Nov 2023 15:43:13 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20Updated=20GH=20Action=20to=20only=20be=20?= =?UTF-8?q?triggered=20if=20something=20in=20packages/open-=E2=80=A6=20(#1?= =?UTF-8?q?333)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updated GH Action to only be triggered if something in packages/open-scd has been changed * Only test-and-build should be required for a pr * Only test-and-build should be required for a pr --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c0a5d45e4..17fca9723e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,8 @@ on: push: branches-ignore: - main + paths: + - packages/open-scd/** jobs: test: