docs: update docs to match new default

This commit is contained in:
pat-s
2024-12-10 21:49:09 +01:00
parent cd96c4e441
commit 4bb0bcdb85

View File

@@ -248,7 +248,7 @@ Example conditional execution by branch:
+ - branch: main
```
> The step now triggers on main branch, but also if the target branch of a pull request is `main`. Add an event condition to limit it further to pushes on main only.
> The step now triggers on `push` events of the `main` branch
Execute a step if the branch is `main` or `develop`: