Skip to content

Commit

Permalink
ci: Correct workflow branch name after merge to main
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Feb 3, 2022
1 parent 6779b18 commit dd7e3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- ci
- main

name: release-please

Expand All @@ -19,7 +19,7 @@ jobs:
- run: |
# Check out the branch that release-please created, if it exists.
git fetch
git checkout release-please--branches--ci || exit 0
git checkout release-please--branches--main || exit 0
# If it does exist, update manifest.json in the PR branch.
# release-please can't update it for us yet. See:
# https://github.com/googleapis/release-please/issues/1171
Expand Down

0 comments on commit dd7e3c2

Please sign in to comment.