Update CI configuration (#487)

This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2021-01-11 02:29:16 +01:00 committed by GitHub
parent f004996c56
commit 79a6e784ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,10 @@
name: Lint and Test Charts name: "Charts: Lint and test"
on: pull_request on:
pull_request:
paths:
- 'charts/**'
- '!charts/**/README.md'
jobs: jobs:
lint: lint:

View File

@ -1,11 +1,12 @@
name: Release Charts name: "Charts: Release"
on: on:
push: push:
branches: branches:
- master - master
paths: paths:
- "charts/**" - 'charts/**'
- '!charts/**/README.md'
jobs: jobs:
pre-release: pre-release: