Added extra note about `type=edge` and the `branch` way of matching
I was using `release/*` mistakenly but this cannot work. Signed-off-by: Matthieu Vachon <matthieu.o.vachon@gmail.com>
This commit is contained in:
parent
902fa8ec7d
commit
59f7afbe0c
|
@ -633,6 +633,8 @@ tags: |
|
||||||
type=edge,enable=true,priority=700,prefix=,suffix=,branch=$repo.default_branch
|
type=edge,enable=true,priority=700,prefix=,suffix=,branch=$repo.default_branch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The `branch` attribute is matched using strict equality, e.g. it doesn't support regular expression nor glob pattern when matching.
|
||||||
|
|
||||||
### `type=ref`
|
### `type=ref`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
Loading…
Reference in New Issue