Skip to content

Commit

Permalink
ci: ignore alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Jun 21, 2023
1 parent 09cba79 commit 97bb848
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
push:
tags:
- '*'
tags-ignore:
- '*-alpha*'
- '!*-alpha*'
workflow_dispatch:
inputs:
name:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
push:
tags:
- '*'
tags-ignore:
- '*-alpha*'
- '!*-alpha*'
jobs:
release:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
push:
tags:
- '*'
tags-ignore:
- '*-alpha*'
- '!*-alpha*'
jobs:
release:
runs-on: macos-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
push:
tags:
- '*'
tags-ignore:
- '*-alpha*'
- '!*-alpha*'
jobs:
release:
runs-on: windows-latest
Expand Down

0 comments on commit 97bb848

Please sign in to comment.