Skip to content

Commit cab9839

Browse files
committed
docker ci: run for all pushed branches
Sometimes fixes are also needed for build and testing before going into main...
1 parent cfb5ee0 commit cab9839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

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: [ "*" ]
66
pull_request:
77
branches: [ "main" ]
88

0 commit comments

Comments
 (0)