mirror of https://github.com/langgenius/dify.git
chore: update release trigger to include all tags in build-push workflow (#16631)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
b247fbb2ef
commit
058d9c3525
|
|
@ -6,8 +6,8 @@ on:
|
||||||
- "main"
|
- "main"
|
||||||
- "deploy/dev"
|
- "deploy/dev"
|
||||||
- "deploy/enterprise"
|
- "deploy/enterprise"
|
||||||
release:
|
tags:
|
||||||
types: [published]
|
- "*"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: build-push-${{ github.head_ref || github.run_id }}
|
group: build-push-${{ github.head_ref || github.run_id }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue