diff options
| author | 2022-08-24 15:26:24 +0200 | |
|---|---|---|
| committer | 2022-08-24 15:26:24 +0200 | |
| commit | 2ca50ad4bc12ad9083897cab381fe22d3d91d49e (patch) | |
| tree | 6fb850e26a5ef9bd033e1113c2a89158fbfdc28d /.github/workflows | |
| parent | db93bae96d64140230ad050061632531644c46ad (diff) | |
| download | libplist-2ca50ad4bc12ad9083897cab381fe22d3d91d49e.tar.gz libplist-2ca50ad4bc12ad9083897cab381fe22d3d91d49e.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 5108034..965551b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | name: build | 1 | name: build |
| 2 | 2 | ||
| 3 | on: [push] | 3 | on: |
| 4 | push: | ||
| 5 | schedule: | ||
| 6 | - cron: '0 0 1 * *' | ||
| 4 | 7 | ||
| 5 | jobs: | 8 | jobs: |
| 6 | build-linux-ubuntu: | 9 | build-linux-ubuntu: |
