diff options
-rw-r--r-- | .circleci/config.yml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f6443737..64b85c0f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,9 +19,6 @@ jobs: path: build/outputs/apk/standard destination: apk build: - branches: - ignore: - - master docker: - image: registry.gitlab.com/fdroid/ci-images-client:latest steps: @@ -40,9 +37,6 @@ jobs: path: build/outputs/apk/standard publish: - branches: - only: - - master docker: - image: registry.gitlab.com/fdroid/ci-images-client:latest steps: @@ -68,7 +62,15 @@ jobs: workflows: version: 2 - build_test: + test_build: + branches: + only: + - master jobs: - build + test_publish: + branches: + ignore: + - master + jobs: - publish |