Fix branch condition on tags (#917)

* Fix branch condition on tags

* Add docs

* Update docs/docs/20-usage/20-pipeline-syntax.md

Co-authored-by: Anbraten <anton@ju60.de>
This commit is contained in:
qwerty287
2022-05-16 20:04:00 +02:00
committed by GitHub
co-authored by Anbraten
parent 70af29f9a2
commit 687d57217d
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -302,6 +302,10 @@ Example conditional execution by repository:
#### `branch`
:::note
Branch conditions are not applied to tags.
:::
Example conditional execution by branch:
```diff