Skip to content

Commit a9c95a3

Browse files
committed
ruby: delete the path requirement when running qltest on branches
1 parent 4af8d57 commit a9c95a3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ruby-qltest.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: "Ruby: Run QL Tests"
22

33
on:
44
push:
5-
paths:
6-
- "ruby/**"
7-
- .github/workflows/ruby-qltest.yml
8-
- .github/actions/fetch-codeql/action.yml
9-
- codeql-workspace.yml
5+
# no path requirement on branch pushes, so the cache is more effective.
106
branches:
117
- main
128
- "rc/*"

0 commit comments

Comments
 (0)