Skip to content

Commit a5bb3d1

Browse files
committed
minor #1551 [CI] Configure 'test' workflow to ignore doc updates (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [CI] Configure 'test' workflow to ignore doc updates No need to run full tests when a PR update only doc Commits ------- abdb5b9 [CI] Configure 'test' workflow to ignore doc updates
2 parents 143f41a + abdb5b9 commit a5bb3d1

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)