Open
Description
With my project, I'd like to be able to manually trigger releases in my copilot pipeline. The CodePipeline interface allows me to toggle off Change detection options
>> Start the pipeline on source code change
, but that option does not appear to be available in the copilot pipeline manifest. So every time I deploy a change to the pipeline, I need to go back into the CodePipeline interface and toggle it back off.
Would be super useful if I could just set it in the manifest. I could change my ci pipeline to watch a different branch, but it'd be nice if Copilot didn't dictate my branch structure.
Activity