We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test
src/**/*.md
1 parent d49923b commit 9a4acb1Copy full SHA for 9a4acb1
.github/workflows/test.yaml
@@ -4,10 +4,12 @@ on:
4
push:
5
paths-ignore:
6
- 'src/*/doc/**'
7
+ - 'src/**/*.md'
8
- 'ux.symfony.com/**'
9
pull_request:
10
11
12
13
14
15
jobs:
.github/workflows/ux.symfony.com.yaml
@@ -6,12 +6,14 @@ on:
- 'src/*/**'
- '!src/*/doc/**'
+ - '!src/**/*.md'
- '.github/**'
paths:
16
17
18
19
0 commit comments