commit | 67b2fd6086858905f9ad482f14b38b906a72f69c | [log] [tgz] |
---|---|---|
author | Nikias Bassen <nikias@gmx.li> | Wed Aug 24 16:45:14 2022 +0200 |
committer | Nikias Bassen <nikias@gmx.li> | Wed Aug 24 16:45:14 2022 +0200 |
tree | 1ca3a635a5570b953f46759de166b5f9afd87c12 | |
parent | 36ffb7ab6e2a7e33bd1b56398a88895b7b8c615a [diff] |
[github-actions] Add a scheduled build every 1st of the month so we always have an artifact
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: