Skip to content

Commit

Permalink
ci: fix equal sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico committed Apr 22, 2022
1 parent 21376a5 commit c6a9f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
elif [[ $GITHUB_REF == refs/heads/* ]]; then
VERSION=$BRANCH
if [ "${{ github.event.repository.default_branch }}" = "$VERSION"]; then
if [[ "${{ github.event.repository.default_branch }}" == "$VERSION" ]]; then
VERSION=latest
fi
fi
Expand Down

0 comments on commit c6a9f08

Please sign in to comment.