Skip to content

Commit 778ec1f

Browse files
committed
ci(wip): build plugins
Signed-off-by: Yi Huang <yi@secondstate.io>
1 parent 4216eb7 commit 778ec1f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/build.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Build
3+
4+
on:
5+
push:
6+
branches: [main]
7+
pull_request:
8+
branches: [main]
9+
paths:
10+
- '.github/workflows/build.yml'
11+
- 'plugins/**'
12+
- 'test/plugins/**'
13+
- 'thirdparty/**'
14+
15+
permissions: {}
16+
17+
jobs:

0 commit comments

Comments
 (0)