Update build-and-test-plugin.yaml

This commit is contained in:
澄潭
2023-12-05 23:07:37 +08:00
committed by GitHub
parent bd4109e1a4
commit 9c1684c941

View File

@@ -4,13 +4,13 @@ on:
push: push:
branches: [ main ] branches: [ main ]
paths: paths:
- plugins/** - 'plugins/**'
- test/** - 'test/**'
pull_request: pull_request:
branches: ["*"] branches: ["*"]
paths: paths:
- plugins/** - 'plugins/**'
- test/** - 'test/**'
jobs: jobs:
lint: lint: