From 4bb0bcdb8592043912409f57e425fbc2336650bc Mon Sep 17 00:00:00 2001 From: pat-s Date: Tue, 10 Dec 2024 21:49:09 +0100 Subject: [PATCH] docs: update docs to match new default --- docs/docs/20-usage/20-workflow-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/20-usage/20-workflow-syntax.md b/docs/docs/20-usage/20-workflow-syntax.md index 4ba0ffd92..cbc6e9db3 100644 --- a/docs/docs/20-usage/20-workflow-syntax.md +++ b/docs/docs/20-usage/20-workflow-syntax.md @@ -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`: