diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69aaa6a..a6f1c73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,11 @@ on: branches: [ master ] pull_request: branches: [ master ] + # Automatically run the workflow once a month + schedule: + - cron: '0 4 1 * *' + # Allow running the workflow manually + workflow_dispatch: jobs: ubuntu: