Is it possible to configure Microsoft AppCenter to set build frequency on "Build this branch on every push" but to build if commit message contains a specific string for each push.
you can add pre-build script, do your check then call exit 1
if needed,