Skip to content

Commit

Permalink
Merge pull request Aiven-Open#552 from aiven/fix-main-vs-master-2
Browse files Browse the repository at this point in the history
fix: Replace references to old default branch name
  • Loading branch information
Fleshgrinder authored Mar 1, 2023
2 parents 3057a80 + 09f8a8c commit 59f20aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Strip git ref prefix from version
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
# If not tag, then use `develop` as image tag
[ "$VERSION" == main -o "$VERSION" == master ] && VERSION=develop
[ "$VERSION" == main ] && VERSION=develop
echo IMAGE_ID=$IMAGE_ID
echo VERSION=$VERSION
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [opened, synchronize, reopened]
push:
branches:
- master
- main

jobs:
tests:
Expand Down

0 comments on commit 59f20aa

Please sign in to comment.