Skip to content

Commit

Permalink
chore(CI): Build only changed components
Browse files Browse the repository at this point in the history
  • Loading branch information
isala404 committed Mar 13, 2022
1 parent c341c76 commit e97157f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'control-plane/**'

env:
IMAGE_NAME: ghcr.io/mrsupiri/lazy-koala/controller
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-gazer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'gazer/**'

env:
IMAGE_NAME: ghcr.io/mrsupiri/lazy-koala/gazer
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-sherlock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'sherlock/**'

env:
IMAGE_NAME: ghcr.io/mrsupiri/lazy-koala/sherlock
Expand Down

0 comments on commit e97157f

Please sign in to comment.