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