Skip to content

Commit c664f9c

Browse files
authored
chore: Allow manual triggering of dependencies update workflow (#1039)
1 parent d040d36 commit c664f9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
push:
99
branches:
1010
- main
11+
# Allow a manual trigger to be able to run the update when there are new dependencies.
12+
workflow_dispatch:
1113

1214
jobs:
1315
native:

0 commit comments

Comments
 (0)