Skip to content

Commit

Permalink
Run GitHub Actions once a month
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Sep 25, 2022
1 parent 839f21f commit 26d7969
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build

on: push
on:
push:
schedule:
- cron: 0 12 1 * *

jobs:
build:
Expand Down

0 comments on commit 26d7969

Please sign in to comment.