Pushing to branch doesn't trigger branch deploy

I’ve added a branch to “Branches and deploy contexts” in the Netlify UI, but when I push to it, no deploy is triggered. The main branch triggers deploys without any issue. What could I be missing?

Ok, I see what the problem was:

The first and only push to that branch, after adding it in the UI, was a force push without any changes. Apparently it didn’t like that. Making an actual change and the pushing successfully triggered the deploy.

@paulrudy Great work self solving!

1 Like