Skip to content

Commit c6706ee

Browse files
author
Benjamin E. Coe
authored
fix(node): default-branch should use $default_branch (#1052)
1 parent b33b0e2 commit c6706ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • synthtool/gcp/templates/node_library/.github/workflows

synthtool/gcp/templates/node_library/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- default-branch
4+
- $default-branch
55
pull_request:
66
name: ci
77
jobs:

0 commit comments

Comments
 (0)