From e6f3d54be015a394b6ab5a25903ec09062a2b424 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Tue, 27 Apr 2021 15:41:40 -0700 Subject: [PATCH] build(node): switch $default-branch with template variable (#1060) --- synthtool/gcp/templates/node_library/.github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml b/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml index dfca6dacc..bc611f11c 100644 --- a/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml +++ b/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml @@ -1,7 +1,7 @@ on: push: branches: - - $default-branch + - {{metadata['repo']['default_branch']}} pull_request: name: ci jobs: