Newly registered runner trigger deploy?

Thinking how I can use the CI/CD pipelines on NEW hosts

Is there a way to trigger deploys builds via a new runner’s registration?

e.g.

  • New Linux Host delivered
  • Current automation includes install and registration of the runner
  • If I include appropriate tags in the registration, the appropriate projects are then deployed to the new machine automatically

Thanks in advance!