mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-21 16:49:19 +01:00
19 lines
259 B
YAML
19 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
|