From 4f5bc5856d58a1b3b77b333ec56444549b33fe74 Mon Sep 17 00:00:00 2001 From: Sam Morley <41870650+inakleinbottle@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:44:41 +0000 Subject: [PATCH] Update update-dependencies.yml (#185) --- .github/workflows/update-dependencies.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 2b8ad91b..fa528bd3 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -1,6 +1,7 @@ name: update-dependencies.yml on: + workflow_dispatch: push: branches: ["main"] paths: @@ -31,4 +32,4 @@ jobs: run: ${{ github.workspace }}/tools/vcpkg/bootstrap_vcpkg.sh - name: build-dep-graph - run: ${{ github.workspace }}/tools/vcpkg/vcpkg install --dry-run \ No newline at end of file + run: ${{ github.workspace }}/tools/vcpkg/vcpkg install --dry-run