build: re-enable releases for Monday (#5844)

Revert "build: skip Monday releases (#5834)"

This reverts commit 6f147c1ff33c04f5a94483924085b34fbf834b9e.
This commit is contained in:
Zach Pomerantz 2023-01-18 10:14:35 -08:00 committed by GitHub
parent a02afd50b5
commit de9533399a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
name: Release
on:
schedule:
- cron: '0 12 * * 2-4' # every day 12:00 UTC Monday-Thursday
- cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
# manual trigger
workflow_dispatch: