Open
Description
Hello,
What I'd like to have is a workflow in github actions that triggers for every branch on push (defined in a workflow in master
default branch).
This workflow should trigger aws-codebuild-run-build
action & the codebuild project should download source from a branch some_branch
.
If I understood correctly, aws-codebuild-run-build
overrides the source version to the triggering commit, regardless of the settings in the codebuild project.
How do I make sure that codebuild is going to get source from the specified branch some_branch
?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels