woodpecker/cncd/pipeline/pipeline/frontend/yaml
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
..
compiler Relaced laszlocph/woodpecker with woodpecker-ci/woodpecker 2021-05-25 14:08:27 +02:00
linter Relaced laszlocph/woodpecker with woodpecker-ci/woodpecker 2021-05-25 14:08:27 +02:00
matrix Migrating to yaml.v3 2019-11-15 10:21:08 +01:00
types Migrating to yaml.v3 2019-11-15 10:21:08 +01:00
config.go Migrating to yaml.v3 2019-11-15 10:21:08 +01:00
config_test.go Migrating to yaml.v3 2019-11-15 10:21:08 +01:00
constraint.go Add support for path-prefix condition (#174) 2021-06-28 23:50:35 +02:00
constraint_test.go Add support for path-prefix condition (#174) 2021-06-28 23:50:35 +02:00
container.go Migrating to yaml.v3 2019-11-15 10:21:08 +01:00
container_test.go Migrating to yaml.v3 2019-11-15 10:21:08 +01:00
network.go Migrating to yaml.v3 2019-11-15 10:21:08 +01:00
network_test.go Migrating to yaml.v3 2019-11-15 10:21:08 +01:00
secret.go Migrating to yaml.v3 2019-11-15 10:21:08 +01:00
secret_test.go Migrating to yaml.v3 2019-11-15 10:21:08 +01:00
volume.go Migrating to yaml.v3 2019-11-15 10:21:08 +01:00
volume_test.go Migrating to yaml.v3 2019-11-15 10:21:08 +01:00