don't run CI pipelines on frontend Readme file change

This commit is contained in:
Dmitry Verkhoturov
2021-07-25 12:58:48 -05:00
committed by Umputun
parent ad54a9450b
commit c15a280181
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -8,6 +8,7 @@ on:
- '.github/workflows/ci-build.yml'
- 'backend/**'
- 'frontend/**'
- '!frontend/README.md'
- '.dockerignore'
- 'docker-init.sh'
- 'Dockerfile'
@@ -16,6 +17,7 @@ on:
- '.github/workflows/ci-build.yml'
- 'backend/**'
- 'frontend/**'
- '!frontend/README.md'
- '.dockerignore'
- 'docker-init.sh'
- 'Dockerfile'
@@ -5,6 +5,7 @@ on:
paths:
- '.github/workflows/ci-frontend-size-limit.yml'
- 'frontend/**'
- '!frontend/README.md'
jobs:
size:
+3 -1
View File
@@ -7,13 +7,15 @@ on:
paths:
- '.github/workflows/ci-frontend.yml'
- 'frontend/**'
- '!frontend/README.md'
pull_request:
paths:
- '.github/workflows/ci-frontend.yml'
- 'frontend/**'
- '!frontend/README.md'
jobs:
check-transtations:
check-translations:
runs-on: ubuntu-latest
strategy:
matrix: