feat(workflow): add support for release/e-* tag in build-push workflow (#23418)

This commit is contained in:
Xiyuan Chen 2025-08-05 16:42:07 +08:00 committed by GitHub
parent 904af20023
commit 52050d3dff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ on:
- "deploy/dev"
- "deploy/enterprise"
- "build/**"
- "release/e-*"
tags:
- "*"