diff --git a/content/rancher/v2.x/en/tools/pipelines/reference/_index.md b/content/rancher/v2.x/en/tools/pipelines/reference/_index.md index 56bd8717be9..54fb70dd065 100644 --- a/content/rancher/v2.x/en/tools/pipelines/reference/_index.md +++ b/content/rancher/v2.x/en/tools/pipelines/reference/_index.md @@ -67,6 +67,6 @@ stages: # branch conditions for the pipeline branch: include: [ master, feature/*] - exlclude: [ dev ] + exclude: [ dev ] ```