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 7013ea1 commit 4dafb5fCopy full SHA for 4dafb5f
README.md
@@ -43,6 +43,11 @@ Tracks the commits in a [git](http://git-scm.com/) repository.
43
* `paths`: *Optional.* If specified (as a list of glob patterns), only changes
44
to the specified files will yield new versions from `check`.
45
46
+* `sparse_paths`: *Optional.* If specified (as a list of glob patterns), only
47
+ these paths will be checked out. Should be used with `paths` to only
48
+ trigger on desired paths. `paths` and `sparse_paths` may be the same or you
49
+ can configure `sparse_paths` to check out other paths.
50
+
51
* `ignore_paths`: *Optional.* The inverse of `paths`; changes to the specified
52
files are ignored.
53
0 commit comments