Skip to content

Commit af6b4b3

Browse files
committed
Duplicate filters in YAML workflow
1 parent 7c66c80 commit af6b4b3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/validate.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ name: YAML validation
33
on:
44
push:
55
paths:
6-
- &files 'elements/**/*.yaml'
6+
- 'elements/**/*.yaml'
77
- 'events/**/*.yaml'
88
- 'functions/**/*.yaml'
99
- 'schemas/**/*.yaml'
1010
pull_request:
1111
paths:
12-
- *files
12+
- 'elements/**/*.yaml'
13+
- 'events/**/*.yaml'
14+
- 'functions/**/*.yaml'
15+
- 'schemas/**/*.yaml'
1316
workflow_dispatch:
1417

1518
jobs:

0 commit comments

Comments
 (0)