Ruby: remove the path on branch pushes, for caching

This commit is contained in:
erik-krogh
2022-11-21 16:30:15 +01:00
parent b1db390200
commit 999e8ed0d0

View File

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