Skip to content

Commit

Permalink
build(node): switch $default-branch with template variable
Browse files Browse the repository at this point in the history
Source-Author: Benjamin E. Coe <bencoe@google.com>
Source-Date: Tue Apr 27 15:41:40 2021 -0700
Source-Repo: googleapis/synthtool
Source-Sha: e6f3d54be015a394b6ab5a25903ec09062a2b424
Source-Link: googleapis/synthtool@e6f3d54
  • Loading branch information
yoshi-automation committed Apr 28, 2021
1 parent 101bc84 commit 450a999
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
- master
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 @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "04573fd73f56791c659832aa84d35a4ec860d6f7"
"sha": "e6f3d54be015a394b6ab5a25903ec09062a2b424"
}
}
],
Expand Down

0 comments on commit 450a999

Please sign in to comment.