File tree Expand file tree Collapse file tree 10 files changed +40
-2
lines changed
Expand file tree Collapse file tree 10 files changed +40
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,13 @@ name: Check docs
22
33on :
44 push :
5- branches : ["main"]
5+ branches :
6+ - main
7+ - release/**
68 pull_request :
9+ branches :
10+ - main
11+ - release/**
712 paths :
813 - docs/**
914 - .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change 44 # Trigger on published to include both stable and preview/beta releases
55 types : [published]
66 pull_request :
7+ branches :
8+ - main
9+ - release/**
710 paths :
811 - .github/workflows/java-publish.yml
912 workflow_dispatch :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ - release/**
78 pull_request :
9+ branches :
10+ - main
11+ - release/**
812 paths :
913 - java/**
1014 - rust/**
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ - release/**
67 pull_request :
8+ branches :
9+ - main
10+ - release/**
711 paths :
812 - rust/**
913 - python/**
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ - release/**
78 pull_request :
9+ branches :
10+ - main
11+ - release/**
812 paths :
913 - python/**
1014 - rust/**
Original file line number Diff line number Diff line change 1616 default : true
1717 type : boolean
1818 pull_request :
19+ branches :
20+ - main
21+ - release/**
1922 paths :
2023 - " .github/workflows/pypi-publish.yml"
2124 - " .github/workflows/build_linux_wheel/**"
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ - release/**
78 pull_request :
9+ branches :
10+ - main
11+ - release/**
812 paths :
913 - Cargo.*
1014 - python/**
Original file line number Diff line number Diff line change 55 schedule :
66 - cron : " 0 9 * * *" # 9AM UTC = 2AM PST
77 pull_request :
8+ branches :
9+ - main
10+ - release/**
811 paths :
912 - " .github/workflows/rust-benchmark.yml"
1013
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ - release/**
67 pull_request :
8+ branches :
9+ - main
10+ - release/**
711 paths :
812 - rust/**
913 - protos/**
Original file line number Diff line number Diff line change 11name : Typo checker
2- on : [pull_request]
2+ on :
3+ pull_request :
4+ branches :
5+ - main
6+ - release/**
37
48jobs :
59 run :
You can’t perform that action at this time.
0 commit comments