Skip to content

Commit

Permalink
Ignore doc changes on CI (#27893)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaKhD authored Sep 9, 2024
1 parent 042a14c commit 95d0236
Show file tree
Hide file tree
Showing 17 changed files with 618 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and pack DevExtreme npm packages

on:
pull_request:
paths-ignore:
- 'apps/**/*.md'
push:
branches: [24_2]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/default_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ concurrency:

on:
pull_request:
paths-ignore:
- 'apps/**/*.md'
push:
branches:
- "[0-9][0-9]_[0-9]"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/demos_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ concurrency:

on:
pull_request:
paths-ignore:
- 'apps/**/*.md'
push:
branches:
- "[0-9][0-9]_[0-9]"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/demos_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ concurrency:

on:
pull_request:
paths-ignore:
- 'apps/**/*.md'
push:
branches:
- "[0-9][0-9]_[0-9]"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/demos_visual_tests_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ concurrency:

on:
pull_request:
paths-ignore:
- 'apps/**/*.md'
push:
branches:
- "[0-9][0-9]_[0-9]"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ concurrency:

on:
pull_request:
paths-ignore:
- 'apps/**/*.md'
push:
branches: [24_2]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ concurrency:

on:
pull_request:
paths-ignore:
- 'apps/**/*.md'
push:
branches: [24_2]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/playgrounds_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ concurrency:

on:
pull_request:
paths-ignore:
- 'apps/**/*.md'
push:
branches: [24_2]

Expand Down
Loading

0 comments on commit 95d0236

Please sign in to comment.