This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
cturan
/
vendure
mirror de
https://github.com/vendure-ecommerce/vendure
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
fix: Add missing workflow_call trigger to codegen action
David Höck
há 9 meses atrás
pai
6fd3e11d63
commit
728e369d3b
1 ficheiros alterados
com
3 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
3
0
.github/workflows/codegen.yml
+ 3
- 0
.github/workflows/codegen.yml
Ver Ficheiro
@@ -1,5 +1,8 @@
name: Codegen
+on:
+ workflow_call:
+
env:
CI: true