Skip to content

Commit 5b7bb08

Browse files
github-actions: 调整触发条件。
1 parent 90a4319 commit 5b7bb08

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/build-and-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- release*
7-
- v1*
8-
- v2*
97

108
jobs:
119
# job 1

.github/workflows/npm-run-electron.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
- run*
77
- test*
88
- release*
9-
- v1*
10-
- v2*
119

1210
jobs:
1311
npm-run-electron:

.github/workflows/test-and-upload.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
branches:
1212
- master
13+
- develop
1314
- 1.x
1415

1516
jobs:

0 commit comments

Comments
 (0)