woodpecker/remote/github
Alex Eftimie 2ff91e6a05
Add support for path-prefix condition (#174)
Example:
```yaml
when:
  path: '*.md'
```

should match only builds in which the commit added/removed or modified files with the *.md extension

Co-authored-by: 6543 <6543@obermui.de>
2021-06-28 23:50:35 +02:00
..
fixtures Add support for path-prefix condition (#174) 2021-06-28 23:50:35 +02:00
convert.go Add support for path-prefix condition (#174) 2021-06-28 23:50:35 +02:00
convert_test.go Relaced laszlocph/woodpecker with woodpecker-ci/woodpecker 2021-05-25 14:08:27 +02:00
github.go Relaced laszlocph/woodpecker with woodpecker-ci/woodpecker 2021-05-25 14:08:27 +02:00
github_test.go Relaced laszlocph/woodpecker with woodpecker-ci/woodpecker 2021-05-25 14:08:27 +02:00
parse.go Relaced laszlocph/woodpecker with woodpecker-ci/woodpecker 2021-05-25 14:08:27 +02:00
parse_test.go Add support for path-prefix condition (#174) 2021-06-28 23:50:35 +02:00
types.go Add support for path-prefix condition (#174) 2021-06-28 23:50:35 +02:00