The cron expression for every Saturday and Sunday
0 0 * * 0,6
The day-of-week list 0,6 selects Sunday (0) and Saturday (6). Equivalent name-alias form: 0 0 * * SAT,SUN.
See the dedicated guide for the full breakdown: Cron every week.
Paste it into the editor above to see the next runs on a calendar.