diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index c9e4de9..c2fc839 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -1,6 +1,8 @@ name: GitHub Actions on: + schedule: + - cron: '* * * * 1' pull_request: branches: - master