summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-08-24 16:47:18 +0200
committerGravatar Nikias Bassen2022-08-24 16:47:18 +0200
commit0d9c35a2e6bcabfc258c61c90d30007816da8ef4 (patch)
tree1b88395d0d2c2db2ca0ae55e5816b973c9cb9b18
parent2eec1b9a172354c8521123a767d998b17bd2ac18 (diff)
downloadlibimobiledevice-0d9c35a2e6bcabfc258c61c90d30007816da8ef4.tar.gz
libimobiledevice-0d9c35a2e6bcabfc258c61c90d30007816da8ef4.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 5302c01..7aee501 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: