try different condition

This commit is contained in:
vanous 2023-08-13 16:26:03 +02:00
parent bf37cead42
commit 0f03d8621c
1 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,8 @@ steps:
touch .do_not_build
fi
evaluate:
'CI_PREV_COMMIT_BRANCH == "master" and CI_PREV_PIPELINE_EVENT' == "push"'
build-apks:
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
@ -117,5 +119,3 @@ steps:
secrets: [ commit_token ]
when:
event: cron
evaluate:
'CI_PREV_COMMIT_BRANCH == "master" and CI_PREV_PIPELINE_EVENT' == "push"'