I have done integration of circleci with Github
My config file looks as shown below. I wanted to restrict the circleci to build only if there are checkin to specific branch. But its not working as stated in workflow 2.0 docs.
Please guide what is wrong in my config file.
Hello. I would like to know if it is actually a bug and if so do you have an estimated date for the fix? In the company Im working we started migrating all our pipelines from Jenkins to CircleCi. But it feature is really necessary for us. We have the workflow branches filters in our config files but it is not working. Thanks.
Probably not - branch filtering has worked fine for me for the last couple of years. Do you have an example YAML file that is not working? If so, please post it here, using the formatting tools provided.
(If something is “not working” for you, the best kind of fault report is one that shows the problem - “me too” reports don’t help track problems down).
The issue we were facing was exaclty the same that was posted before. Didn’t make sense to say the same. We fixed it. It was some character that was causing the yaml file breaks. We recreate the yaml file and it worked. Thanks!