Currently, the server exclusively uses interval polling to check wheter branches have been updated. This model is not maximally efficient.
An alternative would be to let the source repository to use a webhook to command the server to trigger the workflow on the target repository.
Currently, the server exclusively uses interval polling to check wheter branches have been updated. This model is not maximally efficient.
An alternative would be to let the source repository to use a webhook to command the server to trigger the workflow on the target repository.