Run GH Workflow monthly

master
Aidan Gauland 2023-11-19 08:52:18 +13:00 committed by Aidan Gauland
parent 2d1633a19e
commit 17ded7214a
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
name: Test
on:
pull_request:
schedule:
- cron: "0 0 1 * *"
jobs:
build:
runs-on: ubuntu-latest