Skip to content

Commit

Permalink
feat: add synchronize event to typo-check workflow
Browse files Browse the repository at this point in the history
this is default value to bypass eslint check

e.g. it's not allowed no value for `pull_request`
  • Loading branch information
RayGuo-ergou committed May 13, 2024
1 parent d099044 commit ad9c069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typo-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]

jobs:
run:
Expand Down

0 comments on commit ad9c069

Please sign in to comment.