Skip to content

Allow user to select exclusive fullscreen mode #479

Allow user to select exclusive fullscreen mode

Allow user to select exclusive fullscreen mode #479

Workflow file for this run

name: CI
on:
pull_request:
push:
branches-ignore:
- master
tags-ignore:
- "v*"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
with:
ref: ${{ github.ref }}