Skip to content

Commit 2e16aff

Browse files
authored
Merge pull request #1617 from mboersma/no-dogs-no-hamsters
Remove dangling references to old branch
2 parents 87d3a08 + 0d84a74 commit 2e16aff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/cover.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
22
push:
33
branches:
4-
- master # TODO: remove this after rename
54
- main
65

76
jobs:

scripts/ci-apidiff.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
2222
cd "${REPO_ROOT}"
2323

2424
APIDIFF="${PWD}/hack/tools/bin/go-apidiff"
25-
PULL_BASE_SHA=${PULL_BASE_SHA:-$(git rev-parse origin/master)}
25+
PULL_BASE_SHA=${PULL_BASE_SHA:-$(git rev-parse origin/main)}
2626

2727
make "${APIDIFF}"
2828
echo "*** Running go-apidiff ***"
2929

30-
${APIDIFF} "${PULL_BASE_SHA}" --print-compatible
30+
${APIDIFF} "${PULL_BASE_SHA}" --print-compatible

0 commit comments

Comments
 (0)