Skip to content

Commit 7fc74d9

Browse files
committed
Restrict CI worflows by paths
1 parent e29d5c2 commit 7fc74d9

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.github/workflows/doctor-rst.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: RST Linter
22

33
on:
44
push:
5+
paths-ignore:
6+
- 'ux.symfony.com/**'
57
pull_request:
8+
paths-ignore:
9+
- 'ux.symfony.com/**'
610

711
jobs:
812
doctor-rst:

.github/workflows/test-turbo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Symfony UX Turbo
22

33
on:
44
push:
5+
paths:
6+
- 'src/Turbo/**'
57
pull_request:
8+
paths:
9+
- 'src/Turbo/**'
610

711
jobs:
812
phpstan:

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Symfony UX
22

33
on:
44
push:
5+
paths-ignore:
6+
- 'ux.symfony.com/**'
57
pull_request:
8+
paths-ignore:
9+
- 'ux.symfony.com/**'
610

711
jobs:
812
coding-style-php:

.github/workflows/ux.symfony.com.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: ux.symfony.com
22

33
on:
44
push:
5+
paths:
6+
- 'ux.symfony.com/**'
57
pull_request:
8+
paths:
9+
- 'ux.symfony.com/**'
610

711
jobs:
812
tests:

0 commit comments

Comments
 (0)