1 Answer
- Newest
- Most votes
- Most comments
1
Have you looked into using a webhook for 3rd party sources assuming you’re using something like GitHub?
https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-about-starting.html
It does say the source branch is used when using filters
Pull request A pull request trigger starts a pipeline when a pull request is opened, updated, or closed in your source repository. The execution will use the commit from the source branch that you're pulling from (that is, the source branch). You can filter pull request triggers on branches and file paths.
https://docs.aws.amazon.com/codepipeline/latest/userguide/pipelines-filter.html
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 6 months ago
Yes, I’m using the CodeConnection Connection which uses webhooks. But for some reason I can’t get it to only watch my branch. What are the exact settings should I use to limit to one branch only?