Skip to content

Commit

Permalink
Merge pull request #71 from yookoala/fix/badge
Browse files Browse the repository at this point in the history
readme: fix travis badge
  • Loading branch information
yookoala authored Feb 24, 2021
2 parents 33ba70c + bbb1eb4 commit 8fd9156
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "Tests"
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main

jobs:
test:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
[fastcgi]: http://www.mit.edu/~yandros/doc/specs/fcgi-spec.html
[godoc]: https://godoc.org/github.com/yookoala/gofast
[godoc-badge]: https://godoc.org/github.com/yookoala/gofast?status.svg
[travis]: https://travis-ci.org/yookoala/gofast?branch=master
[travis-badge]: https://api.travis-ci.org/yookoala/gofast.svg?branch=master
[github-action]: https://github.com/yookoala/gofast/actions?query=workflow%3ATests+branch%3Amaster
[github-action-badge]: https://github.com/yookoala/gofast/workflows/Tests/badge.svg?branch=master
[travis]: https://travis-ci.com/github/yookoala/gofast?branch=main
[travis-badge]: https://api.travis-ci.com/yookoala/gofast.svg?branch=main
[github-action]: https://github.com/yookoala/gofast/actions?query=workflow%3ATests+branch%3Amain
[github-action-badge]: https://github.com/yookoala/gofast/workflows/Tests/badge.svg?branch=main
[goreport]: https://goreportcard.com/report/github.com/yookoala/gofast
[goreport-badge]: https://goreportcard.com/badge/github.com/yookoala/gofast
[golang]: https://golang.org
Expand Down

0 comments on commit 8fd9156

Please sign in to comment.