Skip to content

Commit 50d47d7

Browse files
authored
added relationship
1 parent f0e52f9 commit 50d47d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/execution-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Triggers can be defined globally at the file level or specifically for each auto
2828

2929
The `triggers` section in gitStream gives you precise control over when automations execute. It allows you to define conditions based on pull request events using `include` and `exclude` lists to specify branch and repository patterns. These lists determine which branches or repositories trigger or bypass automation but do not affect the events initiating automations.
3030

31-
Additionally, the `on` keyword can be used to define specific events that trigger automations. It can be added at the file level (under the `triggers` section) or within individual automations for greater customization.
31+
Additionally, the `on` keyword defines specific events that trigger automations. It can be added at the file level (under the `triggers` section) or within individual automations for greater customization. Multiple triggers can be stacked, meaning gitStream will execute the automation for each matching triggering event, allowing flexibility in defining automation behavior
3232

3333
| Key | Type | Description |
3434
| ----------------------------------------------------- | ----------------- | -------------------------------------------------------------- |

0 commit comments

Comments
 (0)