Skip to content

Commit 284d81d

Browse files
authored
Merge pull request #61 from lewisarmistead/fix/assume_false_for_custom_branch_only
fix/assume_false_for_custom_branch_only
2 parents b0e4b08 + f518162 commit 284d81d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schemas/common_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Execution(pydantic.BaseModel):
1111
class Triggers(pydantic.BaseModel):
1212
github_webhook: bool
1313
git_provider_webhook: Optional[bool]
14-
custom_branch_only: Optional[bool] = True
14+
custom_branch_only: Optional[bool] = False
1515
schedule: Optional[bool]
1616

1717

0 commit comments

Comments
 (0)