File tree 5 files changed +25
-8
lines changed
5 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : " Code Coverage"
2
2
3
3
on :
4
- - push
5
- - pull_request
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
8
+ branches :
9
+ - master
6
10
7
11
env :
8
12
COMPOSER_FLAGS : " --ansi --no-interaction --no-progress --prefer-dist"
Original file line number Diff line number Diff line change 1
1
name : " PHP Lint"
2
2
3
3
on :
4
- - push
5
- - pull_request
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
8
+ branches :
9
+ - master
6
10
7
11
jobs :
8
12
tests :
Original file line number Diff line number Diff line change 1
1
name : " PHPStan"
2
2
3
3
on :
4
- - push
5
- - pull_request
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
8
+ branches :
9
+ - master
6
10
7
11
env :
8
12
COMPOSER_FLAGS : " --ansi --no-interaction --no-progress --prefer-dist"
Original file line number Diff line number Diff line change 1
1
name : " Style Check"
2
2
3
3
on :
4
- - push
5
- - pull_request
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
8
+ branches :
9
+ - master
6
10
7
11
env :
8
12
COMPOSER_FLAGS : " --ansi --no-interaction --no-progress --prefer-dist"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Fixed
10
10
- only check minProperties or maxProperties on objects ([ #802 ] ( https://github.com/jsonrainbow/json-schema/pull/802 ) )
11
11
- replace filter_var for uri and uri-reference to userland code to be RFC 3986 compliant ([ #800 ] ( https://github.com/jsonrainbow/json-schema/pull/800 ) )
12
+ - avoid duplicate workflow runs ([ #804 ] ( https://github.com/jsonrainbow/json-schema/pull/804 ) )
12
13
13
14
## Changed
14
15
- replace icecave/parity with custom deep comparator ([ #803 ] ( https://github.com/jsonrainbow/json-schema/pull/803 ) )
You can’t perform that action at this time.
0 commit comments