Fix Codecov

pull/1004/head
Mattia Iavarone 5 years ago
parent 0001ab7a54
commit 17fb00167c
  1. 2
      .github/workflows/build.yml
  2. 1
      .github/workflows/deploy.yml

@ -6,8 +6,6 @@ on:
branches:
- master
pull_request:
env:
TRAVIS: true
jobs:
ANDROID_BASE_CHECKS:
name: Base Checks

@ -8,7 +8,6 @@ jobs:
name: Bintray Upload
runs-on: ubuntu-latest
env:
TRAVIS: true
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
BINTRAY_REPO: ${{ secrets.BINTRAY_REPO }}

Loading…
Cancel
Save