Skip to content

Commit

Permalink
设置dev分支自动打包
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooling0602 committed Nov 6, 2024
1 parent c64fc81 commit 3d763e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: 自动打包插件
on:
push:
branches:
- main # 触发打包的分支,可以根据需要修改
- dev # 触发打包的分支,可以根据需要修改
pull_request:
branches:
- main # 可以修改为触发的 PR 分支
- dev # 可以修改为触发的 PR 分支

jobs:
build:
Expand Down

0 comments on commit 3d763e2

Please sign in to comment.