Skip to content

Commit

Permalink
CI: update badge event to default (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
souzamari authored Oct 24, 2024
1 parent 03ab782 commit 3e9b844
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/match-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: match CI

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

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)](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&event=push)](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 3e9b844

Please sign in to comment.