We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729dfa9 commit 7a9bc42Copy full SHA for 7a9bc42
1 file changed
module-19-ci-cd/demo/.github/workflows/ci.yml
@@ -2,7 +2,9 @@ name: Deploy and Verify
2
3
on:
4
push:
5
- branches: [content]
+ branches:
6
+ - main
7
+ - content
8
9
env:
10
ECR_REPOSITORY: ner-api
0 commit comments