We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347af8e commit c65fd01Copy full SHA for c65fd01
1 file changed
.github/workflows/ci.yml
@@ -1,9 +1,11 @@
1
name: WeChat MiniProgram Demo CI/CD
2
-
3
on:
4
push:
5
branches:
6
- master
+ pull_request:
7
+ branches:
8
+ - master
9
jobs:
10
upload:
11
runs-on: ubuntu-latest
0 commit comments