diff options
author | Nikias Bassen | 2022-08-24 16:43:12 +0200 |
---|---|---|
committer | Nikias Bassen | 2022-08-24 16:43:12 +0200 |
commit | 7eaa28ea9529b69da6b1721ba3e791e7ea5e950b (patch) | |
tree | 1e636c144791d30f6d51d51fbe0a13d38903c696 | |
parent | d2ff7969dcd0a12e4f18f63dab03e6cd03054fcb (diff) | |
download | libimobiledevice-glue-7eaa28ea9529b69da6b1721ba3e791e7ea5e950b.tar.gz libimobiledevice-glue-7eaa28ea9529b69da6b1721ba3e791e7ea5e950b.tar.bz2 |
[github-actions] Add a scheduled build every 1st of the month so we always have an artifact
-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 31341af..78d94ed 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: |