Skip to content

Commit

Permalink
actions作用于 release* 分支
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Dec 10, 2024
1 parent 4daeb26 commit 6dd452b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build And Release
on:
push:
branches:
- release
- release*
tags:
- '*'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/npm-run-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- run
- test
- release*
tags:
- '*'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
- 1.x
- test
- release*
pull_request:
branches:
- master
Expand Down

0 comments on commit 6dd452b

Please sign in to comment.