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: on:
pull_request: pull_request:
paths-ignore:
- 'charts/**'
jobs: jobs:
ci: ci:

View File

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