Skip to content

Commit

Permalink
chore: deploy workflow
Browse files Browse the repository at this point in the history
YufJi committed May 27, 2024
1 parent c5b1f5d commit 16cd2ce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Deploy dev & test

on:
push:
branches:
- test
- test/**
- test-**
# 支持手动触发
workflow_dispatch:

jobs:
call-tyler:
uses: vusion/wexler/.github/workflows/deploy-vant.yml@master
secrets: inherit

0 comments on commit 16cd2ce

Please sign in to comment.