Skip to content

Make window resizing smooth on Windows with Direct3D #369

Make window resizing smooth on Windows with Direct3D

Make window resizing smooth on Windows with Direct3D #369

Workflow file for this run

name: Pull Request CI
on:
workflow_dispatch: # Allow manual triggering
pull_request: # Trigger on all pull requests
jobs:
docker-publish:
name: 'Docker Publish (Dry Run)'
uses: ./.github/workflows/docker-publish.yml
with:
publish: false
permissions:
contents: read
packages: write # Is not used in case of dry run, but required to avoid "The workflow is not valid" error
tests:
name: 'Tests'
uses: ./.github/workflows/tests.yml
skiko-publish:
name: 'Skiko Publish (Dry Run)'
uses: ./.github/workflows/publish-dry-run.yml
docs-publish:
name: 'Documentation Publish (Dry Run)'
uses: ./.github/workflows/docs.yml
with:
publish: false
secrets: inherit