From a3d4aee3954380094cb5aea066b25393c4789709 Mon Sep 17 00:00:00 2001 From: bcoe Date: Fri, 16 Apr 2021 09:12:57 -0700 Subject: [PATCH] fix(node): default-branch should use $default_branch --- 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 558095914..dfca6dacc 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 + - $default-branch pull_request: name: ci jobs: