ci: ignore some paths on push

pull/534/head
Daniel Hiller 2 years ago
parent bcc4c0d923
commit 815643eb2c

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

Loading…
Cancel
Save