fix(workflows): only run workflow when necessary

This commit is contained in:
ITOH
2022-02-01 16:34:01 +01:00
parent c0b6322369
commit 8781c22b83
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -1,6 +1,11 @@
name: Local Tests Only
on:
push:
paths:
- "plugins/**"
- "src/**"
- "tests/**"
jobs:
test:
runs-on: ubuntu-latest
+5
View File
@@ -1,6 +1,11 @@
name: Test
on:
push:
paths:
- "plugins/**"
- "src/**"
- "tests/**"
jobs:
test:
runs-on: ubuntu-latest