In Azure DevOps, there are separate pipelines for Build and Releases. Single build (build artifacts) can be released to multiple environment with different triggers.
E.g. when build is comoleted, it triggers release to Test env. When it is approved, release to another env with different parameters is triggered.
What's the GitHubs way of deploying single build artifacts to multiple environments?