Skip to content

update sdl2

update sdl2 #306

Workflow file for this run

name: sdl2
on:
push:
branches:
- main
paths:
- '.github/*.py'
- '.github/matrix*.json'
- '.github/workflows/_matrix.yml'
- '.github/workflows/sdl2.yml'
- 'patches/sdl2/**'
- 'scripts/sdl2.py'
- 'build.py'
pull_request:
branches:
- main
paths:
- '.github/*.py'
- '.github/matrix*.json'
- '.github/workflows/_matrix.yml'
- '.github/workflows/sdl2.yml'
- 'patches/sdl2/**'
- 'scripts/sdl2.py'
- 'build.py'
jobs:
build:
# if: ${{ false }}
secrets: inherit
uses: ./.github/workflows/_matrix.yml
with:
select_platforms: "macosx, win-mingw, win-msvc"