You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a matrix include clause to build a binary that is deployed. However, we only want to bother with this step if we're on the master branch. I added a branch condition to the deploy step, but this still wastes precious osx resources building a binary that isn't deployed when the branch is not master. Is there a way to make the matrix include clause dependent on the branch?
The text was updated successfully, but these errors were encountered:
Hi @jpritikin! At the moment, this is not a built-in feature but there might be some workarounds available to help with this, can you write us at support@travis-ci.com to evaluate your use case further? Thank you!
I have a matrix include clause to build a binary that is deployed. However, we only want to bother with this step if we're on the
master
branch. I added a branch condition to the deploy step, but this still wastes precious osx resources building a binary that isn't deployed when the branch is notmaster
. Is there a way to make the matrix include clause dependent on the branch?The text was updated successfully, but these errors were encountered: