diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 966f4da..4f54b93 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,7 +1,7 @@ name: Lint Awesome List on: - push - pull_request + push: + pull_request: schedule: # Run linter every week to catch regressions from external dependencies. - cron: 17 9 * * 1