Skip to content

Merge branch 'ihhub:master' into master #26

Merge branch 'ihhub:master' into master

Merge branch 'ihhub:master' into master #26

Workflow file for this run

name: Push
on:
push:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
id-token: write
pages: write
pull-requests: write
jobs:
android:
name: Android
uses: ./.github/workflows/android.yml
secrets:
ANDROID_KEYSTORE: ${{ secrets.ANDROID_KEYSTORE }}
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
make:
name: Make
uses: ./.github/workflows/make.yml
msvc:
name: MSVC
uses: ./.github/workflows/msvc.yml
sonarcloud:
name: SonarCloud Analyzer
uses: ./.github/workflows/sonarcloud.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
pages:
name: Build and deploy website
needs:
- make
uses: ./.github/workflows/pages.yml
translation:
name: Translation update
needs:
- android
- make
- msvc
uses: ./.github/workflows/translation_update.yml