Skip to content

Commit 70b999c

Browse files
committed
feat: only release docker
1 parent ebf0733 commit 70b999c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Linux Release
33
on:
44
push:
55
tags:
6-
- '*'
6+
- '!*'
77
jobs:
88
release:
99
runs-on: ubuntu-latest

.github/workflows/macos-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: macOS Release
33
on:
44
push:
55
tags:
6-
- '*'
6+
- '!*'
77
jobs:
88
release:
99
runs-on: macos-latest

.github/workflows/windows-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Windows Release
33
on:
44
push:
55
tags:
6-
- '*'
6+
- '!*'
77
jobs:
88
release:
99
runs-on: windows-latest

0 commit comments

Comments
 (0)