Skip to content

Commit

Permalink
Ignore the charts path when building and pushing docker images in ghas
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Apr 17, 2024
1 parent 87a96a4 commit 357947d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ on:
push:
branches:
- main
paths-ignore:
- 'charts/**'
pull_request:
branches:
- main
paths-ignore:
- 'charts/**'

jobs:
build-for-docker-hub:
Expand Down

0 comments on commit 357947d

Please sign in to comment.