diff options
author | Nikias Bassen | 2022-08-24 16:45:14 +0200 |
---|---|---|
committer | Nikias Bassen | 2022-08-24 16:45:14 +0200 |
commit | 67b2fd6086858905f9ad482f14b38b906a72f69c (patch) | |
tree | 1ca3a635a5570b953f46759de166b5f9afd87c12 /.github/workflows | |
parent | 36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a (diff) | |
download | libusbmuxd-67b2fd6086858905f9ad482f14b38b906a72f69c.tar.gz libusbmuxd-67b2fd6086858905f9ad482f14b38b906a72f69c.tar.bz2 |
[github-actions] Add a scheduled build every 1st of the month so we always have an artifact
Diffstat (limited to '.github/workflows')
-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 3de4c08..31a06eb 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: |