Sfoglia il codice sorgente

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

tags/1.7.2
Xiyuan Chen 2 mesi fa
parent
commit
52050d3dff
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      .github/workflows/build-push.yml

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

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


Loading…
Annulla
Salva