ci: run local tests on PR (#2024)

This commit is contained in:
ITOH
2022-02-09 18:34:45 +01:00
committed by GitHub
parent 0153020368
commit 9c7a7a18e3

View File

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