Skip to content

Commit c2fca3e

Browse files
authored
ci-vipc
1 parent 53c5e5c commit c2fca3e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci-vipc.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: ci-vipc
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- master
8+
paths: |
9+
./**/*.vipc
10+
workflow_dispatch:
11+
12+
jobs:
13+
14+
ci-vipc:
15+
uses: vipm-io/OpenG-Tookit/.github/workflows/ci-container.yml@main
16+
secrets: inherit

0 commit comments

Comments
 (0)