#!/usr/bin/env bash

# don't bump/check bump in GitHub actions
if [ "$(git branch --show-current)" = "main" ]; then
    bump-version "$@"
fi
