File tree Expand file tree Collapse file tree 5 files changed +24
-8
lines changed
.semversioner/next-release Expand file tree Collapse file tree 5 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Python CI
22on :
33 push :
44 branches :
5- - " **/main" # Matches branches like feature/main
6- - " main" # Matches the main branch
5+ - " **/main" # match branches like feature/main
6+ - " main" # match the main branch
77 pull_request :
88 types :
99 - opened
1313 branches :
1414 - " **/main"
1515 - " main"
16+ paths-ignore :
17+ - " **/*.md"
18+ - " .semversioner/**"
1619
1720permissions :
1821 contents : read
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Python Integration Tests
22on :
33 push :
44 branches :
5- - " **/main" # Matches branches like feature/main
6- - " main" # Matches the main branch
5+ - " **/main" # match branches like feature/main
6+ - " main" # match the main branch
77 pull_request :
88 types :
99 - opened
1313 branches :
1414 - " **/main"
1515 - " main"
16+ paths-ignore :
17+ - " **/*.md"
18+ - " .semversioner/**"
1619
1720permissions :
1821 contents : read
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Python Notebook Tests
22on :
33 push :
44 branches :
5- - " **/main" # Matches branches like feature/main
6- - " main" # Matches the main branch
5+ - " **/main" # match branches like feature/main
6+ - " main" # match the main branch
77 pull_request :
88 types :
99 - opened
1313 branches :
1414 - " **/main"
1515 - " main"
16+ paths-ignore :
17+ - " **/*.md"
18+ - " .semversioner/**"
1619
1720permissions :
1821 contents : read
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Python Smoke Tests
22on :
33 push :
44 branches :
5- - " **/main" # Matches branches like feature/main
6- - " main" # Matches the main branch
5+ - " **/main" # match branches like feature/main
6+ - " main" # match the main branch
77 pull_request :
88 types :
99 - opened
1313 branches :
1414 - " **/main"
1515 - " main"
16+ paths-ignore :
17+ - " **/*.md"
18+ - " .semversioner/**"
1619
1720permissions :
1821 contents : read
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " patch" ,
3+ "description" : " Allow some cicd jobs to skip PRs dedicated to doc updates only."
4+ }
You can’t perform that action at this time.
0 commit comments