chore: trigger ci / docker workflows for v* tags

release-0.0
Meng Zhang 2023-08-31 08:57:06 +08:00
parent e3d33141e1
commit 2b5152f734
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: Build and release binaries.
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
tags:
- 'v*'
branches: [ "main" ] branches: [ "main" ]
paths: paths:
- 'Cargo.toml' - 'Cargo.toml'

View File

@ -4,6 +4,9 @@ on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 20 */1 * *' - cron: '0 20 */1 * *'
push:
tags:
- 'v*'
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}