Skip to content

Commit b79f8f1

Browse files
committed
Fix CI jobs
1 parent 8cd86ae commit b79f8f1

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

.codeqlmanifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
{ "provide": [ "*/ql/src/qlpack.yml",
1+
{ "provide": [ "ruby/.codeqlmanifest.json",
2+
"*/ql/src/qlpack.yml",
23
"*/ql/lib/qlpack.yml",
34
"*/ql/test/qlpack.yml",
45
"cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/tainted/qlpack.yml",

.github/workflows/qhelp-pr-preview.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Query help preview
22

33
on:
44
pull_request:
5-
branches: [main]
5+
branches:
6+
- main
7+
- 'rc/*'
68
paths:
79
- "ruby/**/*.qhelp"
810

.github/workflows/ruby-dataset-measure.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ name: "Ruby: Collect database stats"
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
- 'rc/*'
68
paths:
79
- ruby/ql/lib/ruby.dbscheme
810
pull_request:
9-
branches: [main]
11+
branches:
12+
- main
13+
- 'rc/*'
1014
paths:
1115
- ruby/ql/lib/ruby.dbscheme
1216
workflow_dispatch:

.github/workflows/sync-files.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Check synchronized files
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
- 'rc/*'
68
pull_request:
7-
branches: [main]
9+
branches:
10+
- main
11+
- 'rc/*'
812

913
jobs:
1014
sync:

0 commit comments

Comments
 (0)