I'm currently writing my PhD thesis and I'm using biblatex for the first time. I'm having trouble formatting my citations conditionally based on the number of authors an article has.
For example if I have three articles (all made up of course

Weyland, B. (2018) Journal of Extreme Surgery, 23, 65
Weyland, B., White, P. and Venture, T.S. (2017) Monthly Notices of the Superscience Society, 24, 7
Orpheus, B. and Twilight, J. (2014) Vampirism and Necromancy, 503, 321
I want the respective citations to look like the following:
(Weyland 2018)
(Weyland et al. 2017)
(Orpheus and Twilight 2014)
Right now, however, I can only get:
(Weyland 2018)
(Weyland et al. 2017)
(Orpheus et al. 2014)
How can I get biblatex to put all authors in the citation, but only in the cases where there are only two authors on the article? Any help you can offer is appreciated, thanks!