remove filter from ci, allow branches to build

This commit is contained in:
vanous 2022-04-04 18:57:47 +02:00
parent 3b9e13cfc5
commit a9030f1c00
1 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ pipeline:
- pwd #bump
- ./gradlew assembleDebug --stacktrace
when:
repo: Freeyourgadget/Gadgetbridge
branch: master
#when:
#repo: Freeyourgadget/Gadgetbridge
#branch: master
#this doesn't work yet:
#https://github.com/woodpecker-ci/woodpecker/issues/687