diff options
author | Nikias Bassen | 2022-08-24 16:49:05 +0200 |
---|---|---|
committer | Nikias Bassen | 2022-08-24 16:49:05 +0200 |
commit | be6ffe8788cbb633bff0526f4e7a69625f0cdad6 (patch) | |
tree | 17c20a27e72bc0f9f03df2574d46bb7b25c1f4a2 | |
parent | 75505b75816691e1ff651fb55bfc6aaa7170ba3f (diff) | |
download | libideviceactivation-be6ffe8788cbb633bff0526f4e7a69625f0cdad6.tar.gz libideviceactivation-be6ffe8788cbb633bff0526f4e7a69625f0cdad6.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 381fe0e..c5ecca4 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: |