Skip to content

Commit

Permalink
Ad on push trigger so we can create a status badge for main state
Browse files Browse the repository at this point in the history
  • Loading branch information
souzamari committed Oct 24, 2024
1 parent c3f1e70 commit f55b772
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/match-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: match-ci
name: match CI

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

env:
GOPATH: ${{ github.workspace }}
Expand Down

0 comments on commit f55b772

Please sign in to comment.