Skipping a deployment with the provider because this branch is not permitted despite `all_branches: true`

I am only building my njwork branch and want to deploy it to the digital ocean. But my build doesn’t go for deployment. my deployment section looks like below.

image

and the error is below

Skipping a deployment with the provider because this branch is not permitted: njwork

Deploy:
  deploy:

It should be a single deploy::

deploy:
  - provider: foo
    <etc>

You should see a warning about unrecognized syntax on the config tab.