diff options
author | XLion <[email protected]> | 2024-10-12 18:14:37 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-12 18:14:37 +0800 |
commit | 2ac3169d7734a2f107633e7f6d7954c0d016efd8 (patch) | |
tree | 4f2a2a521a59ac8961a3ac9c91076dac1c94234a | |
parent | 6f18a97644cc3176b923ce5a6aad88bec41d6046 (diff) | |
download | rustdesk-server-2ac3169d7734a2f107633e7f6d7954c0d016efd8.tar.gz rustdesk-server-2ac3169d7734a2f107633e7f6d7954c0d016efd8.zip |
Don't test with editing README (#480)
-rw-r--r-- | .github/workflows/test.yml | 4 |
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: |