So I'm trying to setup CI/CD pipeline but I work solo, so i use a single branch. Now when I push to GitHub, github automatically pulls my requests. And now when it comes to creating a workflow, the requests are now manually pulled like I want and the you see the action run on github actions...

Now I'm confused as to even what my question is to be, but for now how do I make it have that pull request prompt. I tried to create a separate branch which I won't use because of it ,so it can show but it doesn't(sorta).When I go the the featured branch I can approve pull to update branch but it kinda comes with complications I don't like, im getting errors like repository not found which i get why it's running on the wrong repo(can fix) as i defined on the yaml...but I'm just wondering how to properly run a CI as a solo

submitted by /u/Indianathe
[link] [comments]