diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 84534d518f26b..db3b70c483f40 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -43,6 +43,8 @@ jobs: frontend: - 'ui/**' - Dockerfile + docs: + - 'docs/**' check-go: name: Ensure Go modules synchronicity if: ${{ needs.changes.outputs.backend == 'true' }} @@ -245,7 +247,7 @@ jobs: codegen: name: Check changes to generated code - if: ${{ needs.changes.outputs.backend == 'true' }} + if: ${{ needs.changes.outputs.backend == 'true' || needs.changes.outputs.docs == 'true'}} runs-on: ubuntu-22.04 needs: - changes