Skip to content

Commit 11aef91

Browse files
committed
build base images upon push to main
1 parent ffd00f6 commit 11aef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Base Image Builds
77

88
on:
99
push:
10-
branches: ['base-images']
10+
branches: ['base-images', 'main']
1111
pull_request:
1212
branches: ['base-images']
1313
types: [opened, closed]

0 commit comments

Comments
 (0)