Skip to content

Commit 67c2f4c

Browse files
committed
change repo dispatch
1 parent 39cdc9b commit 67c2f4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
branches: [ master, debug ]
66
pull_request:
77
branches: [ master ]
8-
repository_dispatch:
9-
# go-wechaty updated
10-
types: [ updatedeps ]
118

129
jobs:
1310
build:

.github/workflows/testonwin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches: [ master ]
77
pull_request:
88
branches: [ master ]
9+
repository_dispatch:
10+
# go-wechaty updated
11+
types: [ updatedeps ]
912

1013
jobs:
1114
UpdateDep:

0 commit comments

Comments
 (0)