Skip to content

Commit f7d23e6

Browse files
authored
chore: repository_dispatch event for updatecli release (#2414)
1 parent e45220a commit f7d23e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/updatecli.weekly.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
# * is a special character in YAML so you have to quote this string
77
# Run at 12:00 every Thursday
88
- cron: '0 12 * * 4'
9+
repository_dispatch:
10+
types:
11+
- "updatecli-release"
912
jobs:
1013
updatecli:
1114
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)