diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/update.yml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 79b8513..8e74a70 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,7 +1,9 @@  name: Update the repository with the latest base16 colorschemes  on: +  workflow_dispatch:    schedule: -    - cron: "* * * * *" # https://crontab.guru/every-minute +    - cron: "* * * * 0" # https://crontab.guru/every-week +  jobs:    run:      runs-on: ubuntu-latest | 
