Run Pipeline button is not showing other than the default branch
Summary
Run Pipeline button is not showing other than the default branch
Steps to reproduce
- Create a new project as test-pipeline
- Create a new branch as test-pipeline and add .gitlab-ci.yml for ci/cd to test-pipeline branch
- Now we want to run test-pipeline branch
- Now we navigate to CI/CD - Pipelines -- there we don't have the Run Pipeline button to select the test-pipeline branch
Note: https://gitlab.com/nthota/test-pipeline/-/pipelines/new# -- if we use direct URL its working
Example Project
https://gitlab.com/nthota/test-pipeline
What is the current bug behavior?
Run Pipeline button is not showing when we have ci/cd setup for other than default branches
What is the expected correct behavior?
Run Pipeline button should show up if we have ci/cd setup for any branch