Can't run build on specific branches

Hi, I want to run my build only on specific named branch :

  • develop
  • master
  • release/*
  • task/*
  • debt/*

But I don’t understand why build is only triggered on the develop branch. I tried adding the filter inside the job directly or into a workflows but same result.

Here the gist : https://gist.github.com/rbinsztock/32303af0a8f644797ca38222f7a08b88

Thank you