Skip to content

Commit

Permalink
Create a new build artefact every 2 month.
Browse files Browse the repository at this point in the history
  • Loading branch information
alextud committed Feb 18, 2024
1 parent 8ca25b3 commit 92b63d4
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: CI

on: [push]
on:
push:
schedule:
- cron: '0 12 * 1-12/2 *' # “At 12:00 in every 2nd month from January through December.”

jobs:
build-tvos:
Expand Down

0 comments on commit 92b63d4

Please sign in to comment.