We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1db390 commit 999e8edCopy full SHA for 999e8ed
.github/workflows/ruby-build.yml
@@ -2,11 +2,7 @@ name: "Ruby: Build"
2
3
on:
4
push:
5
- paths:
6
- - "ruby/**"
7
- - .github/workflows/ruby-build.yml
8
- - .github/actions/fetch-codeql/action.yml
9
- - codeql-workspace.yml
+ # No path requirement on branch pushes, so the cache is more effective.
10
branches:
11
- main
12
- "rc/*"
0 commit comments