Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit cc8b358

Browse files
committed
also do this on push to main
1 parent 0ed2f02 commit cc8b358

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-publish-to-ecr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: integration-test
22
on:
33
pull_request: {}
44
workflow_dispatch: {}
5+
push:
6+
branches:
7+
- main
58
jobs:
69
deploy:
710
name: Publish to ECR

0 commit comments

Comments
 (0)