File tree 4 files changed +49
-8
lines changed
4 files changed +49
-8
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
2
pull_request :
3
3
push :
4
- schedule :
5
- - cron : ' 0 0 * * *'
6
4
7
5
name : backwards compatibility
8
6
jobs :
Original file line number Diff line number Diff line change 1
1
on :
2
2
pull_request :
3
+ paths-ignore :
4
+ - ' docs/**'
5
+ - ' README.md'
6
+ - ' CHANGELOG.md'
7
+ - ' .gitignore'
8
+ - ' .gitattributes'
9
+ - ' infection.json.dist'
10
+ - ' psalm.xml'
11
+
3
12
push :
4
- schedule :
5
- - cron : ' 0 0 * * *'
13
+ paths-ignore :
14
+ - ' docs/**'
15
+ - ' README.md'
16
+ - ' CHANGELOG.md'
17
+ - ' .gitignore'
18
+ - ' .gitattributes'
19
+ - ' infection.json.dist'
20
+ - ' psalm.xml'
6
21
7
22
name : build
8
23
Original file line number Diff line number Diff line change 1
1
on :
2
2
pull_request :
3
+ paths-ignore :
4
+ - ' docs/**'
5
+ - ' README.md'
6
+ - ' CHANGELOG.md'
7
+ - ' .gitignore'
8
+ - ' .gitattributes'
9
+ - ' psalm.xml'
10
+
3
11
push :
4
- schedule :
5
- - cron : ' 0 0 * * *'
12
+ paths-ignore :
13
+ - ' docs/**'
14
+ - ' README.md'
15
+ - ' CHANGELOG.md'
16
+ - ' .gitignore'
17
+ - ' .gitattributes'
18
+ - ' psalm.xml'
6
19
7
20
name : mutation test
8
21
Original file line number Diff line number Diff line change 1
1
on :
2
2
pull_request :
3
+ paths-ignore :
4
+ - ' docs/**'
5
+ - ' README.md'
6
+ - ' CHANGELOG.md'
7
+ - ' .gitignore'
8
+ - ' .gitattributes'
9
+ - ' infection.json.dist'
10
+ - ' phpunit.xml.dist'
11
+
3
12
push :
4
- schedule :
5
- - cron : ' 0 0 * * *'
13
+ paths-ignore :
14
+ - ' docs/**'
15
+ - ' README.md'
16
+ - ' CHANGELOG.md'
17
+ - ' .gitignore'
18
+ - ' .gitattributes'
19
+ - ' infection.json.dist'
20
+ - ' phpunit.xml.dist'
6
21
7
22
name : static analysis
8
23
You can’t perform that action at this time.
0 commit comments