mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-11-23 19:49:20 +08:00
Don't test with editing README (#480)
This commit is contained in:
parent
6f18a97644
commit
2ac3169d77
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -3,8 +3,12 @@ name: test
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
Loading…
Reference in New Issue
Block a user