添加设定界面 - #18 #21

Merged
lsr merged 24 commits from feat/settings into main 2023-06-10 15:23:21 +00:00
Showing only changes of commit 2678825f8e - Show all commits

View File

@ -11,7 +11,7 @@ publish_gitea() {
}
# Only publish main branch by default
if [[ "${BRANCH_NAME}" = "main" ]]; then
if [[ "${BRANCH_NAME}" = "main" && -z "$DRONE_PULL_REQUEST" ]]; then
echo 'prepare to publish...'
if [[ -n "${GITEA_API_KEY}" ]]; then