Re-Trigger Branch Build after master was updated

I’m looking for a way to trigger a re-build of a PR when master is updated.

I’m looking to do this so I can check and enforce build success in my django migrations. The goal is to be able to perform a sample merge and test [to detect migration conflicts], if the migration state of master changes. Performing this on build update works only for the state of master for that specific build, and can’t recheck if master changes.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.