Skip to content

Commit

Permalink
Merge pull request #61 from lewisarmistead/fix/assume_false_for_custo…
Browse files Browse the repository at this point in the history
…m_branch_only

fix/assume_false_for_custom_branch_only
  • Loading branch information
b-per authored Nov 28, 2023
2 parents b0e4b08 + f518162 commit 284d81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/common_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Execution(pydantic.BaseModel):
class Triggers(pydantic.BaseModel):
github_webhook: bool
git_provider_webhook: Optional[bool]
custom_branch_only: Optional[bool] = True
custom_branch_only: Optional[bool] = False
schedule: Optional[bool]


Expand Down

0 comments on commit 284d81d

Please sign in to comment.