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