From db7c94670f0b0e14056799b873afe6efff54be66 Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 2 Jun 2023 14:55:14 +0800 Subject: [PATCH] docs: how path ignores work --- .github/workflows/backend_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend_checks.yml b/.github/workflows/backend_checks.yml index 438ae11ea2..28f43337c2 100644 --- a/.github/workflows/backend_checks.yml +++ b/.github/workflows/backend_checks.yml @@ -2,10 +2,10 @@ name: Backend Code Checks on: pull_request: + # This only ignores paths if there are _no_ commits on the branch that touch other files paths-ignore: - "**.md" - "clients/**" - - "CHANGELOG.md" push: branches: - "main"