diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-22 01:53:11 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-22 01:53:11 +0100 |
commit | c76b9e4548c8fa9cca0a6f2b79f068fb418dda57 (patch) | |
tree | 4b1dabe3f0b3a4b4f455c00e13f2f665302f0ef7 | |
parent | bd1f7227a1fd5de7723ba129d3206e2f3f334ed9 (diff) | |
download | sentrum-c76b9e4548c8fa9cca0a6f2b79f068fb418dda57.tar.gz sentrum-c76b9e4548c8fa9cca0a6f2b79f068fb418dda57.tar.bz2 sentrum-c76b9e4548c8fa9cca0a6f2b79f068fb418dda57.zip |
Add deps job missing event trigger
-rw-r--r-- | .github/workflows/deps.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index 828fffa..344131f 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -1,3 +1,7 @@ +name: Bump deps + +on: + workflow_dispatch: jobs: latest_deps: name: Latest Dependencies |