nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
325 stars 264 forks source link

Update release.yaml - only run release on charts directory changes #470

Closed jessebot closed 10 months ago

jessebot commented 10 months ago

Pull Request

Description of the change

Accidentally kicked off a release when I added the contributing doc, so this should stop that from happening the future.

Benefits

This changes paths-ignore to just paths and then the path is anything under the charts dir.

Possible drawbacks

If there's a change to ONLY the README in the charts dir, it would still attempt a release and fail, but I think the best thing to do longer term is make the README autogenerated via something like helm-docs and move all the other docs currently in the charts/nextcloud/README to the root level readme, but this is also going to be fairly rare, so I'm up for debate :)

Applicable issues

none

Additional information

we could also just add CONTRIBUTING.md and CODE_OF_CONDUCT.md to the paths-ignore. Happy to do that instead :)

Checklist