mirror of
https://github.com/github/codeql.git
synced 2026-04-20 06:24:03 +02:00
Ruby: remove the path on branch pushes, for caching
This commit is contained in:
6
.github/workflows/ruby-build.yml
vendored
6
.github/workflows/ruby-build.yml
vendored
@@ -2,11 +2,7 @@ name: "Ruby: Build"
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "ruby/**"
|
||||
- .github/workflows/ruby-build.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