Skip to content

Commit

Permalink
Do not run test when updating README_zh.mdFix type err.
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphorme committed Nov 23, 2024
1 parent 5dd5571 commit 473a87e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Test

on:
push:
branches: [ "master" ]
paths-ignore: [ "README.md", "LICENSE" ]
paths-ignore: [ "README.md", "README_zh.md", "LICENSE" ]
pull_request:
branches: [ "master" ]
paths-ignore: [ "README.md", "LICENSE" ]
paths-ignore: [ "README.md", "README_zh.md", "LICENSE" ]
workflow_dispatch:

env:
Expand Down

0 comments on commit 473a87e

Please sign in to comment.