I have
branches:
include: [ 1.0, 2.0, 3.0 ]
exclude: [ feature/* ]
so that push builds are not run when I push to branches starting with “feature/” in their name (otherwise all my PRs have two full builds)
But this seems to be ignored.
Have I done something wrong?