Skip to content

PIA-1239: Bump version name and code to 3.30.0 and 599 respective… #144

PIA-1239: Bump version name and code to 3.30.0 and 599 respective…

PIA-1239: Bump version name and code to 3.30.0 and 599 respective… #144

Workflow file for this run

name: Push checks
on:
push:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
build-playstore-version:
uses: ./.github/workflows/build-playstore-android.yaml
secrets: inherit
build-web-version:
uses: ./.github/workflows/build-web-android.yaml
secrets: inherit
test:
uses: ./.github/workflows/test-android.yaml
secrets: inherit