katjes733 / CodePipelines

Set of CloudFormation Templates to setup more advanced CodePipelines such as deployment testing of CloudFromation templates continuously as well as building various other things
MIT License
2 stars 0 forks source link

Branch Updates should not trigger builds when on schedule #9

Closed katjes733 closed 2 years ago

katjes733 commented 2 years ago

Currently a code Pipeline can be triggered by changes on branches even if running on a schedule. It would be better to make it a clear either or distinction, rather than mix and match the behaviors. Therefore, branch updates should not trigger builds when on schedule. On schedule, the latest changes are pulled from the repository then periodically anyways.