Skip to content

Commit

Permalink
ignore markdowns file in ci phase; fix ci badge in README.md;
Browse files Browse the repository at this point in the history
  • Loading branch information
riandyrn committed Aug 11, 2021
1 parent 55a33b2 commit 00bbc38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: ci
on:
push:
paths-ignore:
- "**.md"
branches:
- master
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 00bbc38

Please sign in to comment.