We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6db793 commit c908b70Copy full SHA for c908b70
2 files changed
…thub/workflows/actions/build-android.yml .github/workflows/build-android.yml.github/workflows/actions/build-android.yml renamed to .github/workflows/build-android.yml
.github/workflows/eslint.yml
@@ -43,8 +43,7 @@ jobs:
43
run: yarn test --runInBand
44
45
android-build-experimental-store:
46
- # if: github.event_name == 'push' && github.ref == 'refs/heads/master'
47
- uses: ./.github/workflows/actions/build-android.yml
+ uses: ./.github/workflows/build-android.yml
48
needs: run-eslint-and-test
49
secrets:
50
KEYSTORE_EXPERIMENTAL_BASE64: ${{ secrets.KEYSTORE_EXPERIMENTAL_BASE64 }}
0 commit comments