ci: Skip CI for changes in MD files (#8583)

This commit is contained in:
Manuel
2023-05-28 01:31:42 +02:00
committed by GitHub
parent c2e4f8369b
commit d7ac0cd9f8

View File

@@ -5,6 +5,8 @@ on:
pull_request:
branches:
- '**'
paths-ignore:
- '**/**.md'
env:
NODE_VERSION: 19.3.0
PARSE_SERVER_TEST_TIMEOUT: 20000