From f1fe94060af554ecc68303f94413ac8a85ca4fbe Mon Sep 17 00:00:00 2001 From: Quentin Garchery Date: Thu, 17 Oct 2024 17:13:25 +0200 Subject: [PATCH] chore: config change now triggers a CI run --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2195d89e9..715a4ebcf 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -5,6 +5,7 @@ on: paths: - .github/actions/** - .github/workflows/** + - config/** - lib/** - src/** - test/**