File tree 6 files changed +10
-13
lines changed
6 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 7
7
- ' README*'
8
8
- ' docs/**'
9
9
- ' .github/workflows/**'
10
- branches : [main, '[1-9].[1-9].x' ]
10
+ branches : [ main ]
11
11
pull_request :
12
12
paths-ignore :
13
13
- ' .gitignore'
14
14
- ' LICENSE'
15
15
- ' README*'
16
16
- ' docs/**'
17
- branches : [main]
17
+ branches : [ main ]
18
18
19
19
concurrency :
20
20
# Only run once for latest commit per ref and cancel other (previous) runs.
Original file line number Diff line number Diff line change 7
7
- ' README*'
8
8
- ' docs/**'
9
9
- ' .github/workflows/**'
10
- branches : [main]
10
+ branches : [ main ]
11
11
pull_request :
12
12
paths-ignore :
13
13
- ' .gitignore'
14
14
- ' LICENSE'
15
15
- ' README*'
16
16
- ' docs/**'
17
- branches : [main]
17
+ branches : [ main ]
18
18
19
19
concurrency :
20
20
# Only run once for latest commit per ref and cancel other (previous) runs.
Original file line number Diff line number Diff line change 4
4
push :
5
5
paths :
6
6
- ' docs/**'
7
- branches : [' main', '[1-9].[0-9].x' ]
7
+ branches : [ main ]
8
8
9
9
jobs :
10
10
publish-docs :
Original file line number Diff line number Diff line change 6
6
- LICENSE
7
7
- README*
8
8
- docs/**
9
- branches :
10
- - main
9
+ branches : [ main ]
11
10
pull_request :
12
11
paths-ignore :
13
12
- .gitignore
14
13
- LICENSE
15
14
- README*
16
15
- docs/**
17
- branches :
18
- - main
16
+ branches : [ main ]
19
17
20
18
concurrency :
21
19
group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ name: Validate OpenAPI schema with Spectral
2
2
on :
3
3
workflow_call : { }
4
4
pull_request :
5
- branches :
6
- - main
5
+ branches : [ main ]
7
6
paths :
8
7
- common/src/main/resources/META-INF/openapi.json
9
8
Original file line number Diff line number Diff line change 7
7
- ' README*'
8
8
- ' docs/**'
9
9
- ' .github/workflows/**'
10
- branches : [ main, '3.[0-9].x' ]
10
+ branches : [ main ]
11
11
pull_request :
12
12
paths-ignore :
13
13
- ' .gitignore'
14
14
- ' LICENSE'
15
15
- ' README*'
16
16
- ' docs/**'
17
- branches : [ main, '3.[0-9].x' ]
17
+ branches : [ main ]
18
18
19
19
concurrency :
20
20
# Only run once for latest commit per ref and cancel other (previous) runs.
You can’t perform that action at this time.
0 commit comments