Skip to content

Commit

Permalink
Merge pull request #108 from UCLALibrary/update-ghas-exclude-charts-d…
Browse files Browse the repository at this point in the history
…ir-on-build-push

update-ghas-exclude-charts-dir-on-build-push
  • Loading branch information
aprilrieger committed Apr 17, 2024
2 parents 87a96a4 + 357947d commit 43fd37d
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 43fd37d

Please sign in to comment.