diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05e508d..d283e43 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,8 @@ name: ci on: push: + paths-ignore: + - "**.md" branches: - master pull_request: diff --git a/README.md b/README.md index c8c581b..7f1f798 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # otelchi -[![ci](https://github.com/riandyrn/otelchi/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/riandyrn/otelchi/actions/workflows/ci.yaml) +[![ci](https://github.com/riandyrn/otelchi/actions/workflows/ci.yaml/badge.svg)](https://github.com/riandyrn/otelchi/actions/workflows/ci.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/riandyrn/otelchi)](https://goreportcard.com/report/github.com/riandyrn/otelchi) [![Documentation](https://godoc.org/github.com/riandyrn/otelchi?status.svg)](https://pkg.go.dev/mod/github.com/riandyrn/otelchi)