mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 08:05:55 +01:00
try different condition
This commit is contained in:
parent
bf37cead42
commit
0f03d8621c
@ -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"'
|
||||
|
Loading…
Reference in New Issue
Block a user