PIA-1362: Bump version name and code to 3.32.0
and 602
respective…
#156
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |