Skip to content

Commit dbd5080

Browse files
authored
Merge pull request #7 from it-at-m/main
fix(ZMS): Update build-images.yaml run on all branches
2 parents e60b03a + 4d05d58 commit dbd5080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Push Docker Images to GHCR
33
on:
44
push:
55
branches:
6-
- main
6+
- '*'
77
tags:
88
- '*'
99

0 commit comments

Comments
 (0)