🚀 Cloud Plan required - get started for free at
Maestro also provides support for native pull request integration. This is useful if you'd like to run your Flows asynchronously but still block pull requests from landing if flow failures are detected.
Maestro Cloud currently supports Pull Request Integration for GitHub and GitHub Enterprise only.
✅ GitHub Support
✅ GitHub Enterprise Support
Note that you can trigger .
1. Trigger uploads on every pull request
Follow the steps described
Ensure your workflow is triggered on every pull request made against your Baseline Branch.
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
Ensure that uploads to Maestro Cloud are triggered on every pull request. Exactly how this is accomplished depends on your CI setup.
Add the following options to your maestro cloud command: