Skip to content

Commit

Permalink
fix(node): default-branch should use $default_branch
Browse files Browse the repository at this point in the history
Source-Author: Benjamin E. Coe <[email protected]>
Source-Date: Fri Apr 16 10:25:52 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: c6706ee5d693e9ae5967614170732646590d8374
Source-Link: googleapis/synthtool@c6706ee
  • Loading branch information
yoshi-automation committed Apr 17, 2021
1 parent 73baf7c commit e05fc1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- default-branch
- $default-branch
pull_request:
name: ci
jobs:
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "b33b0e2056a85fc2264b294f2cf47dcd45e95186"
"sha": "c6706ee5d693e9ae5967614170732646590d8374"
}
}
]
Expand Down

0 comments on commit e05fc1b

Please sign in to comment.