mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-01-26 19:23:08 -03:00
18 lines
259 B
YAML
18 lines
259 B
YAML
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
|