don't run CI pipelines on markdown file changes

This commit is contained in:
Dmitry Verkhoturov
2021-07-25 13:06:30 -05:00
committed by Umputun
parent c15a280181
commit f093d6a07a
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -8,19 +8,19 @@ on:
- '.github/workflows/ci-build.yml'
- 'backend/**'
- 'frontend/**'
- '!frontend/README.md'
- '.dockerignore'
- 'docker-init.sh'
- 'Dockerfile'
- '!**.md'
pull_request:
paths:
- '.github/workflows/ci-build.yml'
- 'backend/**'
- 'frontend/**'
- '!frontend/README.md'
- '.dockerignore'
- 'docker-init.sh'
- 'Dockerfile'
- '!**.md'
jobs:
build: