Skip to content

Commit 9a4acb1

Browse files
committed
[CI] Do not run test workflow if only src/**/*.md files have been modified
1 parent d49923b commit 9a4acb1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
paths-ignore:
66
- 'src/*/doc/**'
7+
- 'src/**/*.md'
78
- 'ux.symfony.com/**'
89
pull_request:
910
paths-ignore:
1011
- 'src/*/doc/**'
12+
- 'src/**/*.md'
1113
- 'ux.symfony.com/**'
1214

1315
jobs:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- 'ux.symfony.com/**'
77
- 'src/*/**'
88
- '!src/*/doc/**'
9+
- '!src/**/*.md'
910
- '.github/**'
1011
pull_request:
1112
paths:
1213
- 'ux.symfony.com/**'
1314
- 'src/*/**'
1415
- '!src/*/doc/**'
16+
- '!src/**/*.md'
1517
- '.github/**'
1618

1719
jobs:

0 commit comments

Comments
 (0)