Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HardenSG authored May 8, 2024
1 parent 9883698 commit 8f26cc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
build:
if: github.event_name == 'push' && contains(github.event.head_commit.message, 'Merge pull request')
# 选择运行在ubuntu
runs-on: ubuntu-latest

Expand Down Expand Up @@ -48,7 +47,7 @@ jobs:

# 构建小程序
- name: Build weapp
run: pnpm build:weapp
run: npm run build:weapp

# 从 secrets.UPLOAD_PRIVATE_KEY 生成私钥文件
# see Project/Settings/Secrets
Expand Down

0 comments on commit 8f26cc0

Please sign in to comment.