diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b49805c..11db51f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '0 0 * * 1,3,5' + - cron: '0 0 * * *' workflow_dispatch: jobs: diff --git a/README.md b/README.md index 7da1450..265d2c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # less-Windows [![nightly](https://github.com/jftuga/less-Windows/actions/workflows/nightly.yml/badge.svg)](https://github.com/jftuga/less-Windows/actions/workflows/nightly.yml) -GNU [less](https://en.wikipedia.org/wiki/Less_\(Unix\)) compiled for Windows from the [less source](http://greenwoodsoftware.com/less/) via GitHub Actions. The actions check for new versions 3 times a week, and builds are compiled with the latest version of Visual Studio. +GNU [less](https://en.wikipedia.org/wiki/Less_\(Unix\)) compiled for Windows from the [less source](http://greenwoodsoftware.com/less/) via GitHub Actions. New versions are being checked daily, and builds are compiled with the latest version of Visual Studio. ## Installation