ci: also run tests on pull requests (#2007)

This commit is contained in:
ITOH
2022-02-08 20:44:59 +01:00
committed by GitHub
parent 104f0680e9
commit 4ba94d0f4f
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ name: Check Formatting
on:
push:
pull_request:
jobs:
test:

View File

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