Browse Source

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

tags/1.7.2
Xiyuan Chen 2 months ago
parent
commit
52050d3dff
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .github/workflows/build-push.yml

+ 1
- 0
.github/workflows/build-push.yml View File

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


Loading…
Cancel
Save