Don't test with editing README (#480)

This commit is contained in:
XLion 2024-10-12 18:14:37 +08:00 committed by GitHub
parent 6f18a97644
commit 2ac3169d77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,12 @@ name: test
on:
push:
branches: [ "master" ]
paths-ignore:
- '**/README.md'
pull_request:
branches: [ "master" ]
paths-ignore:
- '**/README.md'
jobs:
check: