We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cb8f1 commit 96488d1Copy full SHA for 96488d1
.github/workflows/dispatch-crd-docs.yml
@@ -1,13 +1,12 @@
1
---
2
# This workflow triggers the action in redpanda-data/docs that
3
-# publishes the CRD specifications to the Redpanda documentation.
+# publishes the CRD and Helm chart specifications to the Redpanda documentation.
4
+# https://github.com/redpanda-data/docs/blob/main/.github/workflows/generate-crd.yml
5
-name: Trigger CRD docs
6
+name: Trigger Kubernetes reference docs
7
on:
- push:
8
- branches: [main]
9
- paths:
10
- - 'operator/api/**'
+ release:
+ types: [published]
11
jobs:
12
dispatch:
13
runs-on: ubuntu-latest
0 commit comments