From c6706ee5d693e9ae5967614170732646590d8374 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Fri, 16 Apr 2021 10:25:52 -0700 Subject: [PATCH] fix(node): default-branch should use $default_branch (#1052) --- 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: