From 9cccf55b3109efa9fd82fd8a867fb8f9a46e8b62 Mon Sep 17 00:00:00 2001 From: davidliu Date: Mon, 23 Mar 2026 19:26:55 +0900 Subject: [PATCH] Ignore unneeded paths for diffuse CI --- .github/workflows/dependency_diff.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/dependency_diff.yml b/.github/workflows/dependency_diff.yml index 0ef1cc9a..05a578c3 100644 --- a/.github/workflows/dependency_diff.yml +++ b/.github/workflows/dependency_diff.yml @@ -2,6 +2,12 @@ name: Generate dependency diff on: pull_request: + branches: [ main ] + paths-ignore: + - '**.md' + - 'LICENSE' + - 'NOTICE' + - '.gitignore' permissions: contents: read