summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-08-24 15:26:24 +0200
committerGravatar Nikias Bassen2022-08-24 15:26:24 +0200
commit2ca50ad4bc12ad9083897cab381fe22d3d91d49e (patch)
tree6fb850e26a5ef9bd033e1113c2a89158fbfdc28d
parentdb93bae96d64140230ad050061632531644c46ad (diff)
downloadlibplist-2ca50ad4bc12ad9083897cab381fe22d3d91d49e.tar.gz
libplist-2ca50ad4bc12ad9083897cab381fe22d3d91d49e.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 5108034..965551b 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: