ci: do not run tests on PR

This commit is contained in:
ITOH
2022-02-08 19:50:29 +00:00
committed by GitHub
parent 4ba94d0f4f
commit 2e3984c98e

View File

@@ -6,11 +6,6 @@ on:
- "plugins/**"
- "src/**"
- "tests/**"
pull_request:
paths:
- "plugins/**"
- "src/**"
- "tests/**"
jobs:
test: