mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-22 00:44:26 +08:00
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
4
.github/workflows/build-push.yml
vendored
4
.github/workflows/build-push.yml
vendored
@ -5,8 +5,8 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
- "deploy/dev"
|
||||
release:
|
||||
types: [published]
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
concurrency:
|
||||
group: build-push-${{ github.head_ref || github.run_id }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user