Skip to content

Commit

Permalink
don't run CI pipelines on markdown file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal authored and umputun committed Jul 25, 2021
1 parent c15a280 commit f093d6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend-size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
- '.github/workflows/ci-frontend-size-limit.yml'
- 'frontend/**'
- '!frontend/README.md'
- '!**.md'

jobs:
size:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
paths:
- '.github/workflows/ci-frontend.yml'
- 'frontend/**'
- '!frontend/README.md'
- '!**.md'
pull_request:
paths:
- '.github/workflows/ci-frontend.yml'
- 'frontend/**'
- '!frontend/README.md'
- '!**.md'

jobs:
check-translations:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ on:
- '.github/workflows/ci-test-backend.yml'
- 'backend/**'
- '!backend/scripts/**'
- '!**.md'
pull_request:
paths:
- '.github/workflows/ci-test-backend.yml'
- 'backend/**'
- '!backend/scripts/**'

- '!**.md'
jobs:
backend:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f093d6a

Please sign in to comment.