We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fb5f9 commit 072afd4Copy full SHA for 072afd4
.github/workflows/docs-deploy.yaml
@@ -18,9 +18,7 @@
18
name: Deploy Documentation
19
on:
20
push:
21
- branches: [main, release-*]
22
- paths:
23
- - 'website/**'
+ branches: [main, release-*, ci-*]
24
25
# We use `repository_dispatch` to trigger the deployment job on the apache/fluss-website repository.
26
# https://github.com/apache/fluss-website/blob/main/.github/workflows/website-deploy.yaml
0 commit comments