Skip to content

Commit

Permalink
workflow edit
Browse files Browse the repository at this point in the history
  • Loading branch information
trinidz committed Nov 25, 2024
1 parent 8548a6f commit d75a429
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Docker image
on:
push:
tags:
- 'd*','v*'
- 'd*'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: release go binary for all platforms
on:
push:
tags:
- 'r*','v*'
- 'r*'

permissions:
contents: write
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
.env*
.DS_Store
db
bin
.DS_Store

0 comments on commit d75a429

Please sign in to comment.