This website works better with JavaScript
Home
Explore
Help
Sign In
cturan
/
vendure
mirror of
https://github.com/vendure-ecommerce/vendure
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix: Add missing workflow_call trigger to codegen action
David Höck
9 months ago
parent
6fd3e11d63
commit
728e369d3b
1 changed files
with
3 additions
and
0 deletions
Unified View
Show Diff Stats
3
0
.github/workflows/codegen.yml
+ 3
- 0
.github/workflows/codegen.yml
View File
@@ -1,5 +1,8 @@
name: Codegen
name: Codegen
+on:
+ workflow_call:
+
env:
env:
CI: true
CI: true