mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 17:25:00 +03:00
ci: ignore some paths on push
This commit is contained in:
@@ -2,6 +2,11 @@ name: Build and push Docker DEV image
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- 'charts/**'
|
||||
- 'docker-*.sh'
|
||||
- '*.md'
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user