Skip to content

Commit d8532b7

Browse files
committed
fix: actions deployment
1 parent 82ecc89 commit d8532b7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-deploy-prod.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
name: Build & Deploy PROD
55

66
on:
7-
push:
8-
branches:
9-
- 'fix/actions-deployment'
7+
workflow_call:
8+
inputs:
9+
tag:
10+
required: true
11+
type: string
1012

1113
env:
1214
AWS_REGION: ${{ secrets.AWS_REGION }}

0 commit comments

Comments
 (0)