Skip to content

Bump to 1.4.0-alpha05 #94

Bump to 1.4.0-alpha05

Bump to 1.4.0-alpha05 #94

Workflow file for this run

name: Pull requests
on:
pull_request:
paths:
- 'docs/**'
- 'README.MD'
- 'mkdocs.yml'
- '.github/workflows/docs.yml'
- '.github/workflows/docs_pr.yml'
branches:
- 'master'
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
ui_test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch: [ x86 ]
target: [ android-tv ]
api-level: [27, 28, 29, 30, 31]
profile: [ tv_1080p ]
steps:
- run: 'echo "No build required"'