File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ pipeline:
2121+ changeset:
2222+ includes: [ **/**.go ]
2323
24- +changeset:
25- + includes: [ **/**.go ]
24+ +trigger:
25+ + changeset:
26+ + includes: [ **/**.go ]
2627```
2728
2829This plugin is compatible with the [ Drone Config Plugin Pipeline] ( https://github.com/microadam/drone-config-plugin-pipeline )
@@ -62,4 +63,4 @@ See [the official docs](https://docs.drone.io/extend/config) for extra informati
6263
6364## Pattern Matching
6465
65- This uses the [ Glob] ( https://www.npmjs.com/package/glob ) module under the hood, so supports all pattern matching syntaxes of this module.
66+ This uses the [ Glob] ( https://www.npmjs.com/package/glob ) module under the hood, so supports all pattern matching syntaxes of this module.
You can’t perform that action at this time.
0 commit comments