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:
branches: [ main ]
paths:
- plugins/**
- test/**
- 'plugins/**'
- 'test/**'
pull_request:
branches: ["*"]
paths:
- plugins/**
- test/**
- 'plugins/**'
- 'test/**'
jobs:
lint: