agardnerIT / tracepusher

Generate and push OpenTelemetry Trace data to an OTEL collector in JSON format
Apache License 2.0
54 stars 11 forks source link

Only build docs if /docs files changed #56

Closed agardnerIT closed 1 year ago

agardnerIT commented 1 year ago

Currently, any edit on main triggers a docs build. This is wasteful; only changes inside /docs folder on main should trigger the docs build.

The docs-build action is here: https://github.com/agardnerIT/tracepusher/blob/main/.github/workflows/deploy_docs.yml

This issue will see that workflow only running on changes to the /docs folder.

agardnerIT commented 1 year ago

Done