mirror of
https://github.com/alibaba/higress.git
synced 2026-05-27 14:17:27 +08:00
Update build-and-test-plugin.yaml
This commit is contained in:
8
.github/workflows/build-and-test-plugin.yaml
vendored
8
.github/workflows/build-and-test-plugin.yaml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user