Skip to content

Commit

Permalink
[github-actions] Add a scheduled build every 1st of the month so we a…
Browse files Browse the repository at this point in the history
…lways have an artifact
  • Loading branch information
nikias committed Aug 24, 2022
1 parent 36ffb7a commit 67b2fd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build

on: [push]
on:
push:
schedule:
- cron: '0 0 1 * *'

jobs:
build-linux-ubuntu:
Expand Down

0 comments on commit 67b2fd6

Please sign in to comment.