Skip to content

Commit e6f3d54

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

File tree

1 file changed

+1
-1
lines changed
  • synthtool/gcp/templates/node_library/.github/workflows

1 file changed

+1
-1
lines changed

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

+1-1
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)