diff options
-rw-r--r-- | .github/workflows/release-build.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml index b174444..0e6d60c 100644 --- a/.github/workflows/release-build.yaml +++ b/.github/workflows/release-build.yaml @@ -1,7 +1,11 @@ name: "Release Build" on: + schedule: + # Weekly unstable trigger on Monday at 05:00 GMT + - cron: '0 5 * * 1' workflow_dispatch: + # Manual trigger from bot inputs: version: required: true |