ci: ignore some paths on push

This commit is contained in:
Daniel Hiller
2023-10-22 22:47:39 +02:00
parent 0a507da408
commit d789498c2d

View File

@@ -2,6 +2,11 @@ name: Build and push Docker DEV image
on:
push:
paths-ignore:
- '.github/**'
- 'charts/**'
- 'docker-*.sh'
- '*.md'
branches: [master]
jobs: