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' - 'README.md'
- 'docs/**' - 'docs/**'
- 'www/**' - 'www/**'
- 'helm/**'
pull_request: pull_request:
branches: [ '*' ] branches: [ '*' ]
paths-ignore: paths-ignore:
- 'README.md' - 'README.md'
- 'docs/**' - 'docs/**'
- 'www/**' - 'www/**'
- 'helm/**'
permissions: permissions:
contents: read contents: read

View File

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

View File

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