diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 73b7542e..e7621d4c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -2,7 +2,7 @@ name: "lint" on: pull_request: - types: ["opened", "reopened"] + types: ["opened", "reopened", "synchronize"] push: schedule: # Run at midnight UTC every day with 15 minutes delay added to avoid high load periods