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 53ba22a commit 76ceb49Copy full SHA for 76ceb49
.github/workflows/ruby-build.yml
@@ -2,7 +2,11 @@ name: "Ruby: Build"
2
3
on:
4
push:
5
- # No path requirement on branch pushes, so the cache is more effective.
+ paths:
6
+ - "ruby/**"
7
+ - .github/workflows/ruby-build.yml
8
+ - .github/actions/fetch-codeql/action.yml
9
+ - codeql-workspace.yml
10
branches:
11
- main
12
- "rc/*"
.github/workflows/ruby-qltest.yml
@@ -2,7 +2,11 @@ name: "Ruby: Run QL Tests"
- # no path requirement on branch pushes, so the cache is more effective.
0 commit comments