Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit c7af58c

Browse files
authored
fix: add workflow_dispatch (#48)
1 parent 79f4459 commit c7af58c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ecr-cd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Docker ECR Push
33
on:
44
push:
55
branches: [main]
6+
workflow_dispatch:
67

78

89
permissions:

0 commit comments

Comments
 (0)