diff options
| author | 2024-01-15 01:30:05 +0100 | |
|---|---|---|
| committer | 2024-01-15 01:30:05 +0100 | |
| commit | 22872c3571b8d2646a9fbb74ec1d7e186941053d (patch) | |
| tree | 5fa055af1ece2668c647300ef096d62bb6003247 | |
| parent | 0207cfc188885bf2075c7c2c7da7a852e8caca03 (diff) | |
| download | ideviceinstaller-22872c3571b8d2646a9fbb74ec1d7e186941053d.tar.gz ideviceinstaller-22872c3571b8d2646a9fbb74ec1d7e186941053d.tar.bz2 | |
[github-actions] Add a scheduled build
| -rw-r--r-- | .github/workflows/build.yml | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5d336e..9c0508a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,9 @@  name: build -on: [push] +on: +  push: +  schedule: +    - cron: '0 0 1 * *'  jobs:    build-linux-ubuntu: | 
