File tree Expand file tree Collapse file tree 5 files changed +27
-9
lines changed
Expand file tree Collapse file tree 5 files changed +27
-9
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ name: Build / Release
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
7+ - ' rc/*'
68 pull_request :
7- branches : [main]
9+ branches :
10+ - main
11+ - ' rc/*'
812 workflow_dispatch :
913 inputs :
1014 tag :
Original file line number Diff line number Diff line change @@ -2,11 +2,15 @@ name: Collect database stats
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
7+ - ' rc/*'
68 paths :
79 - ql/lib/ruby.dbscheme
810 pull_request :
9- branches : [main]
11+ branches :
12+ - main
13+ - ' rc/*'
1014 paths :
1115 - ql/lib/ruby.dbscheme
1216 workflow_dispatch :
Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ name: Query help preview
22
33on :
44 pull_request :
5- branches : [main]
5+ branches :
6+ - main
7+ - ' rc/*'
68 paths :
79 - " **/*.qhelp"
810
Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ name: Run QL Tests
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
7+ - ' rc/*'
68 pull_request :
7- branches : [main]
9+ branches :
10+ - main
11+ - ' rc/*'
812
913env :
1014 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ name: Check synchronized files
22
33on :
44 push :
5- branches : [main]
5+ branches :
6+ - main
7+ - ' rc/*'
68 pull_request :
7- branches : [main]
9+ branches :
10+ - main
11+ - ' rc/*'
812
913jobs :
1014 sync :
You can’t perform that action at this time.
0 commit comments