Skip to content

Commit 999e8ed

Browse files
committed
Ruby: remove the path on branch pushes, for caching
1 parent b1db390 commit 999e8ed

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ruby-build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: "Ruby: Build"
22

33
on:
44
push:
5-
paths:
6-
- "ruby/**"
7-
- .github/workflows/ruby-build.yml
8-
- .github/actions/fetch-codeql/action.yml
9-
- codeql-workspace.yml
5+
# No path requirement on branch pushes, so the cache is more effective.
106
branches:
117
- main
128
- "rc/*"

0 commit comments

Comments
 (0)