Skip to content

Commit

Permalink
Fix Homebrew release config (#3)
Browse files Browse the repository at this point in the history
* Fix Homebrew release config

* Only run GitHub CI on PR's or on pushes to main
  • Loading branch information
rohansingh authored Oct 19, 2020
1 parent 5c80364 commit 7c67e3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
on: [push, pull_request]
on:
push:
branches:
- main

pull_request:
branches:
- '*'

name: Build & test

Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ changelog:
brews:
- tap:
owner: tidbyt
repo: homebrew-tidbyt
name: homebrew-tidbyt

commit_author:
name: tidbyt-bot
Expand Down

0 comments on commit 7c67e3f

Please sign in to comment.