File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ name: Android
22
33on :
44 pull_request :
5+ paths-ignore :
6+ - " docs/**"
7+ - " website/**"
8+ - " README.md"
9+ - " .github/actions/build-docs/action.yml"
10+ - " .github/workflows/deploy.yml"
11+ - " .github/workflows/pr-preview.yml"
12+ - " .github/workflows/pr-preview-cleanup.yml"
513 push :
614 branches :
715 - main
Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ name: iOS
22
33on :
44 pull_request :
5+ paths-ignore :
6+ - " docs/**"
7+ - " website/**"
8+ - " README.md"
9+ - " .github/actions/build-docs/action.yml"
10+ - " .github/workflows/deploy.yml"
11+ - " .github/workflows/pr-preview.yml"
12+ - " .github/workflows/pr-preview-cleanup.yml"
513 push :
614 branches :
715 - main
Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ name: Linux
22
33on :
44 pull_request :
5+ paths-ignore :
6+ - " docs/**"
7+ - " website/**"
8+ - " README.md"
9+ - " .github/actions/build-docs/action.yml"
10+ - " .github/workflows/deploy.yml"
11+ - " .github/workflows/pr-preview.yml"
12+ - " .github/workflows/pr-preview-cleanup.yml"
513 push :
614 branches :
715 - main
Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ name: macOS
22
33on :
44 pull_request :
5+ paths-ignore :
6+ - " docs/**"
7+ - " website/**"
8+ - " README.md"
9+ - " .github/actions/build-docs/action.yml"
10+ - " .github/workflows/deploy.yml"
11+ - " .github/workflows/pr-preview.yml"
12+ - " .github/workflows/pr-preview-cleanup.yml"
513 push :
614 branches :
715 - main
You can’t perform that action at this time.
0 commit comments