We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d040d36 commit c664f9cCopy full SHA for c664f9c
.github/workflows/update-dependencies.yml
@@ -8,6 +8,8 @@ on:
8
push:
9
branches:
10
- main
11
+ # Allow a manual trigger to be able to run the update when there are new dependencies.
12
+ workflow_dispatch:
13
14
jobs:
15
native:
0 commit comments