You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
finnhodgkin, luchees, cbuto, rodrigos0ares, jayheehee and 10 more