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
-`type` - (Optional) The trigger type. Default value - **git**.
127
127
-`repo` - (Optional) The GitHub `account/repo_name`.
128
128
-`branch_regex` - (Optional) A regular expression and will only trigger for branches that match this naming pattern.
129
+
-`branch_regex_input` - (Optional) Flag to manage how the `branch_regex` field is interpreted. Possible values: "multiselect-exclude", "multiselect", "regex". Default: "regex"
130
+
-`pull_request_target_branch_regex` - (Optional) A regular expression and will only trigger for pull requests to branches that match this naming pattern.
131
+
-`comment_regex` - (Optional) A regular expression and will only trigger for pull requests where a comment matches this naming pattern.
129
132
-`modified_files_glob` - (Optional) Allows to constrain the build and trigger it only if the modified files from the commit match this glob expression.
130
133
-`events` - (Optional) A list of GitHub events for which a Pipeline is triggered. Default value - **push.heads**.
131
134
-`provider` - (Optional) Default value - **github**.
-`disabled` - (Optional) Boolean. If false, trigger will never be activated.
136
139
-`pull_request_allow_fork_events` - (Optional) Boolean. If this trigger is also applicable to Git forks.
137
140
-`contexts` - (Optional) A list of strings representing the contexts ([shared_configuration](https://codefresh.io/docs/docs/configure-ci-cd-pipeline/shared-configuration/)) to be loaded when the trigger is executed
141
+
-`runtime_environment` - (Optional) A collection of `runtime_environment` blocks as documented below.
0 commit comments