Skip to content

Commit f2ca8e0

Browse files
chore: sync workflows
1 parent a0e187a commit f2ca8e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ on:
33
- cron: 0 17 * * *
44
pull_request:
55
types: [opened, synchronize, reopened, closed]
6+
repository_dispatch:
7+
types: [update-deps]
68

79
name: Update dependencies
810
jobs:
9-
release:
11+
update:
1012
name: Update npm dependencies
1113
runs-on: ubuntu-latest
1214
steps:

0 commit comments

Comments
 (0)