Skip to content

Commit 347af8e

Browse files
author
v_guanglwen
committed
feat: 测试
1 parent 63bdd2a commit 347af8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: WeChat MiniProgram Demo CI/CD
22

33
on:
4-
pull_request:
5-
types: [closed]
4+
push:
65
branches:
76
- master
87
jobs:
98
upload:
10-
if: github.event.pull_request.merged == true && github.repository == 'wechat-miniprogram/miniprogram-demo'
119
runs-on: ubuntu-latest
1210
steps:
1311
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)