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