aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorXLion <[email protected]>2024-10-12 18:14:37 +0800
committerGitHub <[email protected]>2024-10-12 18:14:37 +0800
commit2ac3169d7734a2f107633e7f6d7954c0d016efd8 (patch)
tree4f2a2a521a59ac8961a3ac9c91076dac1c94234a /.github
parent6f18a97644cc3176b923ce5a6aad88bec41d6046 (diff)
downloadrustdesk-server-2ac3169d7734a2f107633e7f6d7954c0d016efd8.tar.gz
rustdesk-server-2ac3169d7734a2f107633e7f6d7954c0d016efd8.zip
Don't test with editing README (#480)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d425a10..d112bc2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,8 +3,12 @@ name: test
on:
push:
branches: [ "master" ]
+ paths-ignore:
+ - '**/README.md'
pull_request:
branches: [ "master" ]
+ paths-ignore:
+ - '**/README.md'
jobs:
check: