Skip to content

Commit

Permalink
perf: only build base image on pr branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Jul 23, 2024
1 parent 234cd49 commit 45c2217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and Push Base Image

on:
push:
branches:
- 'pr*'
paths:
- 'go.mod'
- 'Dockerfile-base'
Expand Down

0 comments on commit 45c2217

Please sign in to comment.