Skip to content

Commit 7630f87

Browse files
authored
Set up trigger for deploy action (#23)
1 parent 960bc16 commit 7630f87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-to-ecr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Deploy to ECR
22

3-
on: workflow_dispatch
4-
3+
on:
4+
push:
5+
branches: [ main ]
56
env:
67
AWS_REGION: us-east-1
78
AWS_ASSUME_ROLE: arn:aws:iam::410123344539:role/github-botblend-role

0 commit comments

Comments
 (0)