1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

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: