1 Answer
- Newest
- Most votes
- Most comments
3
If you are using Code Pipeline, it is the Pipeline that triggers your build. To work with Github you specify Github as source stage Github repo. The output of this stage is then used as input for the build action.
If you reuse an existing CodeBuild project that is using Github as Source Trigger in a CodePipeline, the project will be reconfigured to work with CodePipeline by changing the GitHub source trigger to No Source. This is to ensure your build is only triggered by the CodePipeline.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 months ago
