Monorepo with Helm - don't act when modifying charts/

This commit is contained in:
Juan José Mata
2025-12-13 20:56:34 +00:00
parent 47ab93de79
commit 92cf98551b
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ name: Pull Request
on:
pull_request:
paths-ignore:
- 'charts/**'
jobs:
ci:

View File

@@ -29,6 +29,8 @@ on:
- 'v*'
branches:
- main
paths-ignore:
- 'charts/**'
schedule:
- cron: '30 1 * * *'