From 095ac52ef09f4a88423f3ccb0071ee1d798abc64 Mon Sep 17 00:00:00 2001 From: xzy Date: Thu, 19 Dec 2024 14:07:59 +0800 Subject: [PATCH] update cloud objectstorage workflow (#5295) --- .github/workflows/objectstorage.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/objectstorage.yaml b/.github/workflows/objectstorage.yaml index a92ac99ec52..6a73be61f26 100644 --- a/.github/workflows/objectstorage.yaml +++ b/.github/workflows/objectstorage.yaml @@ -40,6 +40,7 @@ on: paths: - "deploy/objectstorage/**" - ".github/workflows/objectstorage.yml" + - "deploy/objectstorage/README.md" - "!**/*.md" - "!**/*.yaml" pull_request: @@ -47,6 +48,7 @@ on: paths: - "deploy/objectstorage/**" - ".github/workflows/objectstorage.yml" + - "deploy/objectstorage/README.md" - "!**/*.md" - "!**/*.yaml"