How to automatically include all registered devices when building an iOS app for ad-hoc distribution?

I have everything set up and can manually build my iOS app for ad-hoc distribution and include the devices by selecting them as part of the build step. If a new device is added they are not automatically selected/activated the next time I run eas build. Is there any way to automate this – to have all registered devices included by default? I would like to run eas build as part of a GitHib Actions workflow using --non-interactive