ci: also exclude helm/** from app CI workflows

This commit is contained in:
Arunavo Ray
2026-03-02 16:28:04 +05:30
parent e68e9c38a8
commit b079070c30
3 changed files with 6 additions and 0 deletions

View File

@@ -7,12 +7,14 @@ on:
- 'README.md'
- 'docs/**'
- 'www/**'
- 'helm/**'
pull_request:
branches: [ '*' ]
paths-ignore:
- 'README.md'
- 'docs/**'
- 'www/**'
- 'helm/**'
permissions:
contents: read

View File

@@ -9,6 +9,7 @@ on:
- "CHANGELOG.md"
- "LICENSE"
- "www/**"
- "helm/**"
pull_request:
branches: ["*"]
paths-ignore:
@@ -17,6 +18,7 @@ on:
- "CHANGELOG.md"
- "LICENSE"
- "www/**"
- "helm/**"
workflow_dispatch:
inputs:
debug_enabled:

View File

@@ -9,12 +9,14 @@ on:
- 'README.md'
- 'docs/**'
- 'www/**'
- 'helm/**'
pull_request:
branches: [main]
paths-ignore:
- 'README.md'
- 'docs/**'
- 'www/**'
- 'helm/**'
permissions:
contents: read