Skip to content

Commit e6f3d54

Browse files
author
Benjamin E. Coe
authored
build(node): switch $default-branch with template variable (#1060)
1 parent 04573fd commit e6f3d54

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+
- {{metadata['repo']['default_branch']}}
55
pull_request:
66
name: ci
77
jobs:

0 commit comments

Comments
 (0)