ruby: delete the path requirement when running qltest on branches

This commit is contained in:
erik-krogh
2022-11-21 14:39:56 +01:00
parent 4af8d5769a
commit a9c95a3230

View File

@@ -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/*"