From 2e6df245d2fd7110351be74d9e060aae3db2eefc Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Mon, 12 Jul 2021 10:52:05 -0700 Subject: [PATCH] Add workflow_dispatch --- .github/workflows/devcontainer-cache.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/devcontainer-cache.yml b/.github/workflows/devcontainer-cache.yml index 87041953080..4bb96145b02 100644 --- a/.github/workflows/devcontainer-cache.yml +++ b/.github/workflows/devcontainer-cache.yml @@ -1,6 +1,7 @@ name: VS Code Repo Dev Container Cache Image Generation on: + workflow_dispatch: push: # Currently doing this for main, but could be done for PRs as well branches: