From 1967fb35def0d0d5bdcfc5c9bc6b4046a8cbb9e6 Mon Sep 17 00:00:00 2001 From: Tchoupinax Date: Wed, 18 Dec 2024 17:16:50 +0100 Subject: [PATCH] Trigger CI --- .github/workflows/pull-request-action-self-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request-action-self-test.yml b/.github/workflows/pull-request-action-self-test.yml index c03a234..b3dfafb 100644 --- a/.github/workflows/pull-request-action-self-test.yml +++ b/.github/workflows/pull-request-action-self-test.yml @@ -3,6 +3,8 @@ on: pull_request: paths: - "src/**/.ts" + - "package.json" + - "yarn.lock" jobs: setup-iggy: