This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch ci-website in repository https://gitbox.apache.org/repos/asf/fluss.git
commit 072afd44fb3e4e1292daa740687cc6ddb9f2ac01 Author: Jark Wu <[email protected]> AuthorDate: Fri Jul 11 21:48:10 2025 +0800 WIP --- .github/workflows/docs-deploy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docs-deploy.yaml b/.github/workflows/docs-deploy.yaml index 17dd1b3a..da60f971 100644 --- a/.github/workflows/docs-deploy.yaml +++ b/.github/workflows/docs-deploy.yaml @@ -18,9 +18,7 @@ name: Deploy Documentation on: push: - branches: [main, release-*] - paths: - - 'website/**' + branches: [main, release-*, ci-*] # We use `repository_dispatch` to trigger the deployment job on the apache/fluss-website repository. # https://github.com/apache/fluss-website/blob/main/.github/workflows/website-deploy.yaml
