don't run CI pipelines on frontend Readme file change
This commit is contained in:
committed by
Umputun
parent
ad54a9450b
commit
c15a280181
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user