Browse Source

Change build schedule to weekly

pull/58/head
Fuzzy 5 years ago
committed by GitHub
parent
commit
5d2fb2b089
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/deploy-latest.yml

2
.github/workflows/deploy-latest.yml

@ -5,6 +5,8 @@ on:
push:
branches:
- 'main'
schedule:
- cron: "0 0 * * 1"
jobs:
deploy:

Loading…
Cancel
Save