mirror of
https://github.com/outbackdingo/helm-charts-new.git
synced 2026-01-27 10:19:10 +00:00
.github/workflows/charts-lint-test.yaml: ignore changes to README.md and README.md.gotmpl files
This commit is contained in:
16
.github/workflows/charts-lint-test.yaml
vendored
16
.github/workflows/charts-lint-test.yaml
vendored
@@ -1,6 +1,20 @@
|
||||
name: Lint and Test Charts
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'charts/**'
|
||||
- '!charts/**/README.md'
|
||||
- '!charts/**/README.md.gotmpl'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'charts/**'
|
||||
- '!charts/**/README.md'
|
||||
- '!charts/**/README.md.gotmpl'
|
||||
|
||||
jobs:
|
||||
lint-test:
|
||||
|
||||
Reference in New Issue
Block a user