Fix workflow includes and excludes

This commit is contained in:
Jan Gräfen 2021-03-06 17:32:30 +01:00
parent 928c615b2f
commit 26aedf253f
2 changed files with 8 additions and 2 deletions

View file

@ -4,10 +4,12 @@ on:
push:
branches: [ main ]
paths:
- .github/workflows/*-helm.yaml
- helm/**
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- .github/workflows/*-helm.yaml
- helm/**
jobs:

View file

@ -9,16 +9,20 @@ on:
- .gitignore
- .editorconfig
- helm/**
- .github/workflows/*-helm.yaml
- .chartreleaser.yaml
- version.yaml
pull_request:
branches: [ master ]
branches: [ main ]
paths-ignore:
- README.md
- LICENSE
- .gitignore
- .editorconfig
- helm/**
- .github/workflows/*-helm.yaml
- .chartreleaser.yaml
- version.yaml
jobs:
lint: