From edd5e11cb019a09c3a994c2e1fb92b2151a62014 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Wed, 14 Oct 2020 14:38:19 +0000 Subject: [PATCH] Fix CI trigger --- .github/workflows/devcontainer-cache.yml | 2 +- yarn.lock | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/devcontainer-cache.yml b/.github/workflows/devcontainer-cache.yml index 121b440f17c..0e2dbfab8a7 100644 --- a/.github/workflows/devcontainer-cache.yml +++ b/.github/workflows/devcontainer-cache.yml @@ -3,7 +3,7 @@ name: VS Code Repo Dev Container Cache Image Generation on: push: # Currently doing this for master, but could be done for PRs as well - branch: + branches: - 'master' # Only updates to these files result in changes to installed packages, so skip otherwise diff --git a/yarn.lock b/yarn.lock index d1abe68fe26..6cb3e84012e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10200,3 +10200,4 @@ zone.js@0.7.6: version "0.7.6" resolved "https://registry.yarnpkg.com/zone.js/-/zone.js-0.7.6.tgz#fbbc39d3e0261d0986f1ba06306eb3aeb0d22009" integrity sha1-+7w50+AmHQmG8boGMG6zrrDSIAk= +