Skip to content

Commit

Permalink
don't run CI pipelines on frontend Readme file change
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal authored and umputun committed Jul 25, 2021
1 parent ad54a94 commit c15a280
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '.github/workflows/ci-build.yml'
- 'backend/**'
- 'frontend/**'
- '!frontend/README.md'
- '.dockerignore'
- 'docker-init.sh'
- 'Dockerfile'
Expand All @@ -16,6 +17,7 @@ on:
- '.github/workflows/ci-build.yml'
- 'backend/**'
- 'frontend/**'
- '!frontend/README.md'
- '.dockerignore'
- 'docker-init.sh'
- 'Dockerfile'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-frontend-size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- '.github/workflows/ci-frontend-size-limit.yml'
- 'frontend/**'
- '!frontend/README.md'

jobs:
size:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c15a280

Please sign in to comment.