mirror of https://github.com/langgenius/dify.git
fix: update GitHub Actions workflow to trigger on tags
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
9283a5414f
commit
970508fcb6
|
|
@ -5,8 +5,8 @@ on:
|
|||
branches:
|
||||
- "main"
|
||||
- "deploy/dev"
|
||||
release:
|
||||
types: [published]
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
concurrency:
|
||||
group: build-push-${{ github.head_ref || github.run_id }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue