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:
workflow_dispatch:
push:
tags:
- 'v*'
branches: [ "main" ]
paths:
- 'Cargo.toml'

View File

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