File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Maven build
1+ name : Maven build example
22
3- on : [ push, pull_request ]
3+ on :
4+ push :
5+ paths :
6+ - ' example/**'
7+ - ' .github/workflows/*example*'
8+ pull_request :
9+ paths :
10+ - ' example/**'
11+ - ' .github/workflows/*example*'
12+
13+ defaults :
14+ run :
15+ working-directory : ./example
416
517jobs :
618 build :
2638
2739 - name : Test and package
2840 run : mvn --batch-mode package
41+
Original file line number Diff line number Diff line change 11name : Maven build
22
3- on : [ push, pull_request ]
3+ on :
4+ push :
5+ paths-ignore :
6+ - ' example/**'
7+ - ' .github/workflows/*example*'
8+ pull_request :
9+ paths-ignore :
10+ - ' example/**'
11+ - ' .github/workflows/*example*'
412
513jobs :
614 build :
Original file line number Diff line number Diff line change 11name : SonarCloud code analysis
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ paths-ignore :
6+ - ' example/**'
7+ - ' .github/workflows/*example*'
8+ pull_request :
9+ paths-ignore :
10+ - ' example/**'
11+ - ' .github/workflows/*example*'
412
513jobs :
614 analyze :
You can’t perform that action at this time.
0 commit comments