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 0cdd8ef commit 2f5e720Copy full SHA for 2f5e720
.github/workflows/ci.yml
@@ -1,6 +1,10 @@
1
name: ci
2
3
-on: [push]
+on:
4
+ push:
5
+ paths:
6
+ - lib/**
7
+ - spec/**
8
9
jobs:
10
tests-mri:
0 commit comments