Skip to content

Commit

Permalink
build base images upon push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerZhongAWS committed Dec 17, 2024
1 parent ffd00f6 commit 11aef91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Base Image Builds

on:
push:
branches: ['base-images']
branches: ['base-images', 'main']
pull_request:
branches: ['base-images']
types: [opened, closed]
Expand Down

0 comments on commit 11aef91

Please sign in to comment.