Skip to content

Commit

Permalink
new-log-viewer: Update lint workflow to trigger on PR synchronize. (y…
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao authored Sep 11, 2024
1 parent fe5fb49 commit d9b6192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9b6192

Please sign in to comment.