Skip to content

Commit abdb5b9

Browse files
committed
[CI] Configure 'test' workflow to ignore doc updates
No need to run full tests when a PR update only doc
1 parent 9c7a811 commit abdb5b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Symfony UX
33
on:
44
push:
55
paths-ignore:
6+
- 'src/*/doc/**'
67
- 'ux.symfony.com/**'
78
pull_request:
89
paths-ignore:
10+
- 'src/*/doc/**'
911
- 'ux.symfony.com/**'
1012

1113
jobs:

0 commit comments

Comments
 (0)