Skip to content

Commit 7a9bc42

Browse files
committed
update
1 parent 729dfa9 commit 7a9bc42

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • module-19-ci-cd/demo/.github/workflows

module-19-ci-cd/demo/.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Deploy and Verify
22

33
on:
44
push:
5-
branches: [content]
5+
branches:
6+
- main
7+
- content
68

79
env:
810
ECR_REPOSITORY: ner-api

0 commit comments

Comments
 (0)