mirror of https://github.com/langgenius/dify.git
feat(workflow): add support for release/e-* tag in build-push workflow
This commit is contained in:
parent
f6272dbb88
commit
ef2c8cd3f3
|
|
@ -6,6 +6,8 @@ on:
|
|||
- "main"
|
||||
- "deploy/dev"
|
||||
- "deploy/enterprise"
|
||||
- "build/**"
|
||||
- "release/e-*"
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue