Skip to content

Commit d7f1818

Browse files
author
Adam Duncan
authored
Update README.md
1 parent 2282d53 commit d7f1818

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2829
This 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.

0 commit comments

Comments
 (0)