We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0e4b08 + f518162 commit 284d81dCopy full SHA for 284d81d
1 file changed
src/schemas/common_types.py
@@ -11,7 +11,7 @@ class Execution(pydantic.BaseModel):
11
class Triggers(pydantic.BaseModel):
12
github_webhook: bool
13
git_provider_webhook: Optional[bool]
14
- custom_branch_only: Optional[bool] = True
+ custom_branch_only: Optional[bool] = False
15
schedule: Optional[bool]
16
17
0 commit comments