summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-08-24 16:43:12 +0200
committerGravatar Nikias Bassen2022-08-24 16:43:12 +0200
commit7eaa28ea9529b69da6b1721ba3e791e7ea5e950b (patch)
tree1e636c144791d30f6d51d51fbe0a13d38903c696
parentd2ff7969dcd0a12e4f18f63dab03e6cd03054fcb (diff)
downloadlibimobiledevice-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.yml5
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: