We are developing a headless WordPress to astro to Cloudflare site.
I am trying to get content changes in WordPress to build the site. Right now only github branch pushes cause the Worker to build and deploy the site.
How can I trigger the Worker to build the site from an external event? I have been trying to use an API trigger but the API currently returns an empty array when I list the triggers and when I attempt to create a trigger via the API it requires a repo_connection_uuid and I can’t find that in the dashboard or via any other API calls.
It seems like this would be a pretty common use pattern. How are folks triggering their Worker to build and deploy?
Please help.