include cron schedule from ItsIgnacioPortal

This commit is contained in:
Nicholas Long
2022-07-13 19:35:07 +00:00
parent 5850a8a1fb
commit e9fafd27a0
@@ -5,10 +5,8 @@ name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '0 0 1 * *' # once a month at midnight (thanks https://crontab.guru)
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: