I am having troubles how to properly configure Gerrit trigger to only triggers when changes are made to master or other branches (excluding refs/for/rev).
For now I have type:Path, pattern: **/* but it catches any changes (on master/branches and on refs/for/*)
How to construct correct pattern to trigger when refspecs changes only on master and branches but not on refs/for/* ?