Windows: Save icons to Cemu user data directory (#1390) #1713
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build check | |
on: | |
pull_request: | |
paths-ignore: | |
- "*.md" | |
types: | |
- opened | |
- synchronize | |
- reopened | |
push: | |
paths-ignore: | |
- "*.md" | |
branches: | |
- main | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yml |