diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 7781c38..eb3b9b6 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -4,10 +4,10 @@ name: CI on: push: branches: - - master + - main pull_request: branches: - - master + - main schedule: # * is a special character in YAML so you have to quote this string - cron: '1 * */1 * *'