We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6b4b3 commit 7d793d7Copy full SHA for 7d793d7
1 file changed
.github/workflows/validate.yaml
@@ -2,17 +2,13 @@ name: YAML validation
2
3
on:
4
push:
5
- paths:
+ paths: &filters
6
- 'elements/**/*.yaml'
7
- 'events/**/*.yaml'
8
- 'functions/**/*.yaml'
9
- 'schemas/**/*.yaml'
10
pull_request:
11
12
- - 'elements/**/*.yaml'
13
- - 'events/**/*.yaml'
14
- - 'functions/**/*.yaml'
15
- - 'schemas/**/*.yaml'
+ paths: *filters
16
workflow_dispatch:
17
18
jobs:
0 commit comments