Skip to content

Commit cba4b23

Browse files
authored
Merge pull request #53 from SeisSol/davschneller/latest-tag
Enable Docker build on the `latest` branch by default
2 parents 077627b + 0d314fc commit cba4b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-and-deploy-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "latest" ]
66
tags: ["v*"]
77
pull_request:
88
branches: [ "main" ]

0 commit comments

Comments
 (0)