You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/integrations/codefresh-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -411,7 +411,7 @@ The `triggers` field is an array of objects that hold [Git trigger information](
411
411
|`branchRegexInput`|`triggers`| string| Defines what type of content is in`branchRegex`. Possible values are`regex`,`multiselect`,`multiselect-exclude`|
412
412
|`provider`|`triggers`| string| Name of provider as found in Git integrations|
413
413
|`modifiedFilesGlob`|`triggers`| string| Only activate trigger if changed files match glob expression|
414
-
|`disabled`|`triggers`| boolean| iffalse, trigger will never be activated|
414
+
|`disabled`|`triggers`| boolean| iftrue, trigger will never be activated|
415
415
|`options`|`triggers`| array| Choosing[caching behavior]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipeline-caching/) of this pipeline|
416
416
|`noCache`|`options`| boolean| if true, docker layer cache is disabled|
417
417
|`noCfCache`|`options`| boolean| if true, extra Codefresh caching is disabled|