From ae80cc5aa20602da346c2f76094c0aeadab3f2f8 Mon Sep 17 00:00:00 2001 From: danny-lloyd Date: Tue, 8 Oct 2024 10:41:36 +0100 Subject: [PATCH] Update path in check.yml --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index c7ef4a9..7162bec 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -6,12 +6,12 @@ on: push: branches: [ "main" ] paths: - - testing_ceda_status/** + - ceda_status_validator/** - .github/workflows/** pull_request: branches: [ "main" ] paths: - - testing_ceda_status/** + - ceda_status_validator/** - .github/workflows/** # Allows you to run this workflow manually from the Actions tab