diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf3adee..75ff2f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,9 @@ on: branches: - master pull_request: - types: [opened, synchronize] + types: + - opened + - synchronize schedule: # cron every week on monday - cron: "0 0 * * 1"