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:
parent
0a507da408
commit
d789498c2d
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@ name: Build and push Docker DEV image
|
|||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- 'charts/**'
|
||||
- 'docker-*.sh'
|
||||
- '*.md'
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue