diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 2b134ba4f70..ea72e0aec3d 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -7,8 +7,14 @@ on: - synchronize - closed paths: + # existing docs - 'docs/**' + # changes to the cli reference generator - 'docsgen/**' + # potential changes to commands documentation + - 'cli/**' + # potential changes to gRPC documentation + - 'rpc/**' jobs: build: