Skip to content

Commit cfcb902

Browse files
author
v_guanglwen
committed
feat: 修改workflows
1 parent 923f1c7 commit cfcb902

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 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:
7-
- master
6+
- feat-ce
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)