diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e09454b..5cb1c46 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,6 +7,7 @@ name: Lint on: + pull_request: push: schedule: - cron: '0 10 * * *' |