From 32af8bf2576b41513cfcbf0782e61e7d1eb50c5d Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 6 Nov 2025 16:49:54 +0800 Subject: [PATCH] Fix gh action --- .github/workflows/dist-update-notification.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dist-update-notification.yml b/.github/workflows/dist-update-notification.yml index 341a906e8..93be79ca7 100644 --- a/.github/workflows/dist-update-notification.yml +++ b/.github/workflows/dist-update-notification.yml @@ -2,8 +2,12 @@ name: Comment on Discussion When sdata/dist-arch/ Changes on: push: + branches: + - main paths: - 'sdata/dist-arch/**' + paths-ignore: + - 'sdata/dist-arch/README.md' # workflow_dispatch: jobs: