mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-10 05:54:15 +00:00
Fix workflow includes and excludes
This commit is contained in:
parent
928c615b2f
commit
26aedf253f
2 changed files with 8 additions and 2 deletions
4
.github/workflows/build-helm.yaml
vendored
4
.github/workflows/build-helm.yaml
vendored
|
@ -4,10 +4,12 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
|
- .github/workflows/*-helm.yaml
|
||||||
- helm/**
|
- helm/**
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
|
- .github/workflows/*-helm.yaml
|
||||||
- helm/**
|
- helm/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -9,16 +9,20 @@ on:
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- .editorconfig
|
- .editorconfig
|
||||||
- helm/**
|
- helm/**
|
||||||
|
- .github/workflows/*-helm.yaml
|
||||||
- .chartreleaser.yaml
|
- .chartreleaser.yaml
|
||||||
- version.yaml
|
- version.yaml
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ main ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- .editorconfig
|
- .editorconfig
|
||||||
- helm/**
|
- helm/**
|
||||||
|
- .github/workflows/*-helm.yaml
|
||||||
|
- .chartreleaser.yaml
|
||||||
|
- version.yaml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Reference in a new issue