ci: update ci condition

This commit is contained in:
JustSong 2024-04-20 00:57:50 +08:00
parent ddee58df36
commit f452bd481e
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ name: Publish Docker image (amd64, English)
on: on:
push: push:
tags: tags:
- '*' - 'v*.*.*'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
name: name:

View File

@ -3,7 +3,7 @@ name: Publish Docker image (amd64)
on: on:
push: push:
tags: tags:
- '*' - 'v*.*.*'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
name: name:

View File

@ -3,7 +3,7 @@ name: Publish Docker image (arm64)
on: on:
push: push:
tags: tags:
- '*' - 'v*.*.*'
- '!*-alpha*' - '!*-alpha*'
workflow_dispatch: workflow_dispatch:
inputs: inputs:

View File

@ -5,7 +5,7 @@ permissions:
on: on:
push: push:
tags: tags:
- '*' - 'v*.*.*'
- '!*-alpha*' - '!*-alpha*'
workflow_dispatch: workflow_dispatch:
inputs: inputs:

View File

@ -5,7 +5,7 @@ permissions:
on: on:
push: push:
tags: tags:
- '*' - 'v*.*.*'
- '!*-alpha*' - '!*-alpha*'
workflow_dispatch: workflow_dispatch:
inputs: inputs:

View File

@ -5,7 +5,7 @@ permissions:
on: on:
push: push:
tags: tags:
- '*' - 'v*.*.*'
- '!*-alpha*' - '!*-alpha*'
workflow_dispatch: workflow_dispatch:
inputs: inputs: