chore: trigger ci / docker workflows for v* tags
parent
e3d33141e1
commit
2b5152f734
|
|
@ -3,6 +3,8 @@ name: Build and release binaries.
|
|||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- 'Cargo.toml'
|
||||
|
|
|
|||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue