We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 077627b + 0d314fc commit cba4b23Copy full SHA for cba4b23
.github/workflows/run-and-deploy-docker.yaml
@@ -2,7 +2,7 @@ name: Docker Image CI
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: [ "main", "latest" ]
6
tags: ["v*"]
7
pull_request:
8
branches: [ "main" ]
0 commit comments