Worker only updating on Cloudflare Subdomain and not custom domain

I published a change to my worker however it is not updating for my custom domain.

I just added a format option and as you can see it only works on the workers.dev domain

https://kanye-rest.ajzbc.workers.dev?format=text

https://api.kanye.rest?format=text

What confuses me is the worker still works here

https://api.kanye.rest

Am I missing a deploy button or something simple?
Or am I waiting for a cache to expire?

what are the rules to trigger this worker?

Not sure what you mean. I’m not aware of any rules. Users just access the domain to trigger the worker.

sorry, my mistake, routes that trigger the worker.

Yes I do
https://i.gyazo.com/7e0be1a173c822100cc8c7ccdf98cd2a.png

the route should be:
https://example.com/*

You are totally right! Thank you!