Skip to content

Commit 7a6a9a5

Browse files
committed
ci: update tag
1 parent 563cb52 commit 7a6a9a5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@ name: Release
33
permissions:
44
contents: write
55

6-
on:
7-
push:
8-
tags:
9-
- [0-9]+.*
10-
116
jobs:
127

138
build:
149
name: Build binary file on ${{ matrix.os }}
1510
runs-on: ${{ matrix.os }}
11+
if: startsWith(github.ref, 'refs/tags/') && matches(github.ref_name, '^[0-9]+\\.[0-9]+\\.[0-9]+$')
1612
strategy:
1713
matrix:
1814
os: [ macos-latest, windows-latest, ubuntu-latest ]

0 commit comments

Comments
 (0)