Skip to content

Commit

Permalink
Update readme and revert push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
souzamari committed Oct 24, 2024
1 parent f140e61 commit 4658896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/match-ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: match CI

on:
pull_request:
push:
branches:
- main
on: [pull_request]

env:
GOPATH: ${{ github.workspace }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 4658896

Please sign in to comment.