Commit ecf919b1 by JustSong

ci: ignore alpha version

parent 64a6ce63
...@@ -4,6 +4,7 @@ on: ...@@ -4,6 +4,7 @@ on:
push: push:
tags: tags:
- '*' - '*'
- '!*-alpha*'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
name: name:
......
...@@ -6,6 +6,7 @@ on: ...@@ -6,6 +6,7 @@ on:
push: push:
tags: tags:
- '*' - '*'
- '!*-alpha*'
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
......
...@@ -6,6 +6,7 @@ on: ...@@ -6,6 +6,7 @@ on:
push: push:
tags: tags:
- '*' - '*'
- '!*-alpha*'
jobs: jobs:
release: release:
runs-on: macos-latest runs-on: macos-latest
......
...@@ -6,6 +6,7 @@ on: ...@@ -6,6 +6,7 @@ on:
push: push:
tags: tags:
- '*' - '*'
- '!*-alpha*'
jobs: jobs:
release: release:
runs-on: windows-latest runs-on: windows-latest
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment