diff --git a/.github/workflows/match-ci.yml b/.github/workflows/match-ci.yml index cadb32c..b7b5115 100644 --- a/.github/workflows/match-ci.yml +++ b/.github/workflows/match-ci.yml @@ -1,10 +1,6 @@ name: match CI -on: - pull_request: - push: - branches: - - main +on: [pull_request] env: GOPATH: ${{ github.workspace }} diff --git a/README.md b/README.md index 9453ed9..1aa8e21 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # match -[![match CI](https://github.com/Optable/match/actions/workflows/match-ci.yml/badge.svg?branch=main&event=push)](https://github.com/Optable/match/actions/workflows/match-ci.yml) +[![match CI](https://github.com/Optable/match/actions/workflows/match-ci.yml/badge.svg?branch=main)](https://github.com/Optable/match/actions/workflows/match-ci.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/optable/match)](https://goreportcard.com/report/github.com/optable/match) [![GoDoc](https://godoc.org/github.com/optable/match?status.svg)](https://godoc.org/github.com/optable/match)