Skip to content

Commit d75a429

Browse files
committed
workflow edit
1 parent 8548a6f commit d75a429

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/releases-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Docker image
33
on:
44
push:
55
tags:
6-
- 'd*','v*'
6+
- 'd*'
77
workflow_dispatch:
88

99
jobs:

.github/workflows/releases-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: release go binary for all platforms
33
on:
44
push:
55
tags:
6-
- 'r*','v*'
6+
- 'r*'
77

88
permissions:
99
contents: write

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
.env*
2-
.DS_Store
3-
db
4-
bin
2+
.DS_Store

0 commit comments

Comments
 (0)