mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
ruby: delete the path requirement when running qltest on branches
This commit is contained in:
6
.github/workflows/ruby-qltest.yml
vendored
6
.github/workflows/ruby-qltest.yml
vendored
@@ -2,11 +2,7 @@ name: "Ruby: Run QL Tests"
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "ruby/**"
|
||||
- .github/workflows/ruby-qltest.yml
|
||||
- .github/actions/fetch-codeql/action.yml
|
||||
- codeql-workspace.yml
|
||||
# no path requirement on branch pushes, so the cache is more effective.
|
||||
branches:
|
||||
- main
|
||||
- "rc/*"
|
||||
|
||||
Reference in New Issue
Block a user