Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
danstis committed Jul 14, 2023
1 parent bbf64f2 commit 712f654
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ name: Build and Release
on:
push:
branches:
- master
- main
- beta
- "feature/*"
- "fix/*"
pull_request:
branches:
- master
- main
workflow_dispatch:

Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ before:
hooks:
# Get goreleaser
- go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo
- go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo
# You may remove this if you don't use go modules.
- go mod download
# you may remove this if you don't need go generate
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ toggl-taskbar is a simple Toggl weekly systray meter that provides summary infor
When exceeding a configured number of hours the taskbar icon will turn red, to inform you that you have gone over the pre-determined number of hours.

Taskbar icon example:
![Taskbar icon](https://raw.githubusercontent.com/danstis/toggl-taskbar/master/images/icon.png)
![Taskbar icon](https://raw.githubusercontent.com/danstis/toggl-taskbar/main/images/icon.png)

Taskbar icon clicked:
![Taskbar icon clicked](https://raw.githubusercontent.com/danstis/toggl-taskbar/master/images/clicked.png)
![Taskbar icon clicked](https://raw.githubusercontent.com/danstis/toggl-taskbar/main/images/clicked.png)

## How to use

Expand Down

0 comments on commit 712f654

Please sign in to comment.