Skip to content

Commit e7c007e

Browse files
authored
[PRMP-1421] add workflow_call for dev-to-main (#504)
1 parent ff4250c commit e7c007e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/lambdas-dev-to-main-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- main
1212
paths:
1313
- 'lambdas/**'
14+
workflow_call:
15+
1416

1517
permissions:
1618
pull-requests: write

.github/workflows/ui-dev-to-main-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- main
1313
paths:
1414
- 'app/**'
15+
workflow_call:
1516

1617
permissions:
1718
pull-requests: write

0 commit comments

Comments
 (0)